alephium / www

4 stars 8 forks source link

Do not load hero image on every slide #87

Closed nop33 closed 2 years ago

nop33 commented 2 years ago

I removed framer motion animations and replaced them with a simple opacity transition.

@mvaivre feel free to play around with the following values to adjust the transition speed of the different layers:

  &.front {
    transition-duration: 0.1s;
  }

  &.middle {
    transition-duration: 0.3s;
  }

  &.back {
    transition-duration: 0.5s;
  }

I also implemented an initial fade-in of the image, not sure it affects our Lighthouse score, testing now... all good, nothing changed:

image

Here's a preview: https://www2.alephium.org