back

Animation-Name

This is used to specify the name of the animation that should be applied to an element. Multiple animations can be applied by separating them with commas.

There are two options:
(1) None, no animation is specified.
(2) Name, the name of the keyframe to be applied.


For maximum browser support, you should use the following prefixes:
(1) animation-name:
(2) -webkit-animation-name:

Example