Skip to content

Commit 3f36a97

Browse files
authored
Website Update
1 parent 64b9e87 commit 3f36a97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/assets/js/shell.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,9 +1325,9 @@
13251325
const silhouetteFade = 1 - range(progress, 0.34, 0.58, easeInOutCubic);
13261326
const silhouetteOpacity = 0.74 * silhouetteAppear * silhouetteFade;
13271327
const heroUnitOpacity = Math.max(baseFade, silhouetteOpacity);
1328-
const atmosphereProgress = range(progress, 0.64, 0.95, easeInOutCubic);
1328+
const atmosphereProgress = range(progress, 0.58, 0.95, easeInOutCubic);
13291329
const nextLayerMotionProgress = range(progress, 0.48, 0.86, easeInOutCubic);
1330-
const nextLayerOpacityProgress = range(progress, 0.64, 0.82, easeInOutCubic);
1330+
const nextLayerOpacityProgress = range(progress, 0.58, 0.78, easeInOutCubic);
13311331
const backdropSuppression = progress < 0.88 ? "1" : "0";
13321332

13331333
root.style.setProperty("--home-ui-opacity", Math.max(0, uiOpacity).toFixed(4));

0 commit comments

Comments
 (0)