Fade transition between sessions of a site with different content

Asked

Viewed 284 times

1

Hello,

I need to make a transition effect of how this site: http://brewlife.com/

With the scrolling the content of a session fades away and a new content appears, from the next session, overlapping the previous one.

  • 2

    One thing that would help you get an answer would be to [Dit] the question and add the code as far as you have gone, and be more specific in the difficulty you are having. Here are some tips to make the question more contextualized for the site: [Ask].

1 answer

0

You can use the wow js. + Animate.css. Just add the class with the effect you want along with the wow class. On the site it explains well how you install the plugin, but the HTML would look basically 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’ve helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.