animation-name

This property is used to attach an animation (defined using the @keyframes syntax previously) to an element.
snippet
-webkit-animation-name: 'appear';

Note that the quotes around the animation name in both the property value and the @keyframe selector are optional.We recommend including them to keep your styles as legible as possible, and to avoid conflicts.
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +