Fade transition between sessions of a site with different content

1

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.

    
asked by anonymous 05.04.2016 / 05:23

1 answer

0

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.

    
16.04.2016 / 16:24