Scroll Linked Animations/Motion Effects

Happy New Year all.

How would you achieve the animation of the 3 icons like this in BSS: First Steps - Freedom Trail

The animation scroll effects in BSS only seem to be ‘entrance’ animations.

How can we have motion effects linked to the scroll as in the example?

Thank you.

I would use the free Greensock ScrollTrigger for this. In ScrollTrigger you would set the scrub setting to boolean ‘true’. The animation style you set will be linked “scrubbed” to the movement of the scroll then.

Bootstrap Studio uses the AOS animation library as well as animate.css for simple effects. For more advanced you will have to add your own.

Opening the Preview in the browser will help the design process as you will see the changes refresh as you “apply” them in the JavaScript.

Scrub GSAP

3 Likes

Thanks very much. ScrollTrigger looks really good.