victorbjorklund 5 days ago

I dont like that you cant really SSR (the starting frame) the animations. At least as far as I know.

1
mpeg 5 days ago

You can simply load in the first frame of the animation as a static image on SSR, then replace with the animation

This can also be used for progressive enhancement, since if the user has requested reduced motion you can simply leave the first (or last) frame of the animation, or hide it altogether.

victorbjorklund 5 days ago

In an easy way just using the lottie-file? That is cool! Have to check it out.