ExperimentalNew in CSS3
This property describes how the animation will progress over one cycle of its duration. The initial/default value is 'ease'.
Values for "animation-timing-function"
CSS Level | Value |
CSS 2.1 | (invalid) |
CSS3 | <single-timing-function>#, where <single-timing-function> is defined by the 'single-transition-timing-function' property ("ease", "linear", "ease-in", "ease-out", "ease-in-out", steps(), cubic-bezier(), etc.) |
Notes
- So that animations work in major browsers, be sure to use the "animation-timing-function" property and the equivalent proprietary properties like "-moz-animation-timing-function", "-o-animation-timing-function", and "-webkit-animation-timing-function" ("-ms-animation-timing-function" is not needed).
Recommended Links
Search Engine Links (for more information)