Fri, 2014-07-11 03:13
animation: blurFadeInOut 3s ease-in backwards;
the values taken by the animation property confuses me , the 3s is the duration , what exactly are the rest of it ? blurFadeInOut is the effect i suppose , but i don't get the need for the last 2 ! .
Fri, 2014-07-11 09:45
#1
Study the specs
Besides practice, you really need to study the specs backwards and forwards.
See http://www.w3.org/TR/css3-transitions/
and
https://developer.mozilla.org/en-US/docs/Web/CSS/animation
cheers,
gary
Fri, 2014-07-11 12:36
#2
Thanks
Thank you gary !