@@ -179,20 +179,27 @@ img {
179179 background-position : center;
180180 background-image : url ("JetStream3Logo.svg" );
181181 color : transparent;
182- animation : swingin 350ms ease-out forwards;
183182 will-change : transform, opacity;
184183 height : 75px ;
185184}
186185
186+ body .animate .logo .logo-image {
187+ animation : swingin 350ms ease-out forwards;
188+ }
189+
187190# jetstreams {
188- background-image : url ("jetstreams.svg" );
191+ background-image : url ("jetstreams-static .svg" );
189192 background-repeat : no-repeat;
190193 background-size : contain;
191194 background-position : center;
192195 padding : 2rem 0 ;
193196 margin : -2rem 0 ;
194197}
195198
199+ body .animate # jetstreams {
200+ background-image : url ("jetstreams.svg" );
201+ }
202+
196203# jetstreams svg {
197204 width : 100% ;
198205 max-height : 120px ;
@@ -219,6 +226,10 @@ article,
219226.summary {
220227 max-width : 70rem ;
221228 margin : 0 auto 0 auto;
229+ }
230+
231+ body .animate article ,
232+ body .animate .summary {
222233 opacity : 0 ;
223234 animation : fadein 0.5s ease-in-out forwards;
224235 animation-delay : 200ms ;
@@ -358,7 +369,8 @@ a.button {
358369 user-select : none;
359370}
360371
361- a .button {
372+
373+ body .animate a .button {
362374 animation : fadein 500ms ease-in forwards, scaledown 500ms ease-in forwards;
363375 opacity : 0 ;
364376}
@@ -466,14 +478,17 @@ a.button {
466478 justify-content : space-around;
467479 gap : var (--gap );
468480 margin : 0 calc (var (--gap ) * -1 ) 0 calc (-var (--gap ) * -1 );
469- animation : fadein 500ms ease-out forwards;
470- opacity : 0 ;
471481 overflow-y : auto;
472482 flex : 1 ;
473483 padding-bottom : var (--gap );
474484 box-sizing : border-box;
475485}
476486
487+ body .animate # results {
488+ animation : fadein 500ms ease-out forwards;
489+ opacity : 0 ;
490+ }
491+
477492.benchmark {
478493 position : relative;
479494 flex : 1 ;
0 commit comments