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.