matthieua / WOW

Reveal CSS animation as you scroll down a page
https://www.delac.io/WOW/
9.91k stars 4.13k forks source link

I think you animate.css in your demo is out of date #152

Open rogerdehe opened 9 years ago

rogerdehe commented 9 years ago

the code as follow:

<div class="wow fadeInLeft" data-wow-delay="0.15s">

it has different effect between the animate.css in your repository and animate.css in animate repository.

Maybe you should update this.

matthieua commented 9 years ago

Hi @rogerdehe, what do you mean exactly? data-wow-delay is optional attribute.

rogerdehe commented 9 years ago

@matthieua I mean animate.css repository has update his animate.css file, in consideration of your wow depends on this file, you should update this file too. Your animate.css is updated a year ago, but the last animate.css is updated 6 months ago.

The key point is that data-wow-delay attribute will cause different effect if use the last animate.css instead of animate.css you provides in your repository.

You can try yourself. add code as follow to html:

<div class="wow fadeInLeft" data-wow-delay="0.15s">
    <h1>You Can Trust Me.</h1>
</div>