This property describes how the animation will progress over the duration of each cycle. The initial/default value is 'ease'.
Values for "animation-timing-function"
CSS Level | Value |
CSS Animations Level 1 | "<easing-function>#", where <easing-function> = "linear | <linear-easing-function> | <cubic-bezier-easing-function> | <step-easing-function>" |
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)