CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: "animation-direction" CSS property

The "animation-direction" CSS Property

This property defines whether or not the animation should play in reverse on some or all cycles. The initial/default value is 'normal'.

Values for "animation-direction"
CSS LevelValue
CSS Animations Level 1"<single-animation-direction>#", where <single-animation-direction> = "normal | reverse | alternate | alternate-reverse"

Notes

  • So that animations work in major browsers, be sure to use the "animation-direction" property and the equivalent proprietary properties like "-moz-animation-direction", "-o-animation-direction", and "-webkit-animation-direction" ("-ms-animation-direction" is not needed).

Recommended Links

Search Engine Links (for more information)

Help us improve this page: Suggest a link or noteReport a problem