CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS animation name Property

CSS animation-name Property

 

 

The animation-name property is used to specify the name for the @keyframes animation.

 

Default Value:-

 

Its default value is none.

 

Syntax:-

 

Its syntax is:- animation-name: key_frame_name | none | initial | inherit;

 

Further Explanation:-

 

Value Description
key_frame_name Specifies the name of the keyframe we want to bind to the selector
none Default value. Specifies that there will be no animation.
initial Sets this property to its default value.  
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS