CSS animation-name Property

The animation-name CSS property specifies the name of @keyframes defined animations that should be applied to the selected element.

Syntax

animation-name keyframe-name | none | initial | inherit

Example -