Pricing Blog

How can I create scroll-based animations with the new animation editor?

  • madeintoddle_38183-1399055016593195149

    Dan

    1 month ago

    Is it possible to create scroll-based animations using the new animation editor? I know there's an Intersection Observer package, but I couldn't figure out how the animations actually work, to be honest.
  • andreasmoller-1399254773038973009

    Andreas Møller

    1 month ago

    Animation time lines is coming to css but not all browsers support it yet. As soon as they do we will add it to nordcraft

    https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timeline
  • andreasmoller-1399255029956874431

    Andreas Møller

    1 month ago

    You can use a work around with intersection observers but it is kind of a hack:) I’ll try and make a video