Hi,
this is probably a dumb question, sorry if that's the case!
I'm currently using wow.js and animate.css to add some movement to a site I'm working on. It's really easy to implement, i.e. if I want a div to fade in from the left (when you have scrolled down the page so that the div becomes visible on screen) I add the following:-
<div class="wow fadeInLeft">some content here</div>
It's so simple to impliment.
I'm wanting to use scrollmagic and GSAP to add parallax to my website and wondered how easy it would be to use them to also replace my wow animations.
I guess my question is.... is there a way I can add a class name to a div and get GSAP to animate it based on what the class name is.
Cheers,
Philip