Timeline Effect

4

I would like to know if there is a plugin for the same effect as this site here:

link

As for how it works, it has a sort of vertical ruler.

    
asked by anonymous 26.05.2015 / 18:22

1 answer

2

Pretty simple effect can be done with: link and link

WoW js it does animations happen when you give a scrool on the page.

Basically this effect can be done using: animate.css fadeInRight

example:

<h1 class="animated infinite fadeInRight">Example</h1>

I hope I have helped.

    
22.09.2015 / 18:58