Hello,
I need to make a transition effect from this site: link
By scrolling, the contents of one session will fade and new content will appear, from the next session, overlapping the previous one.
Hello,
I need to make a transition effect from this site: link
By scrolling, the contents of one session will fade and new content will appear, from the next session, overlapping the previous one.
You can use wow.js + Animate.css . Just add the class with the effect you want along with the wow class. In the site he explains exactly how you install the plugin, but the HTML would basically look like this:
<div class="fadeInUp wow"> ... </div> <!-- efeito usado na parte laranja, por exemplo, já na parte da equipe, utilizaram um fadeInLeft na div dos membros -->
You will achieve a similar effect.
I hope I have helped.