daniel-lundin / snabbt.js

Fast animations with javascript and CSS transforms
http://daniel-lundin.github.io/snabbt.js/
MIT License
5.2k stars 330 forks source link

Opacity with delay #78

Open jeanpaze opened 8 years ago

jeanpaze commented 8 years ago

Hi,

On the latest version (0.6.4), the "fromOpacity" value is not applied during delayed time. It works with other properties like scale and position. Can you check please?

snabbt( $( "#element" ), { duration:500, delay:1000, fromOpacity:0, opacity:1 } );

Thanks!