File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) ) ;
You can’t perform that action at this time.
0 commit comments