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: "transition-timing-function" CSS property

The "transition-timing-function" CSS Property

This property sets how the intermediate values used during a transition will be calculated, thus allowing a transition to change speed over its duration.

Values for "transition-timing-function"
CSS LevelValue
CSS Transitions"<easing-function>#", where <easing-function> = "linear | <linear-easing-function> | <cubic-bezier-easing-function> | <step-easing-function>"

Notes

  • So that transitions work in major browsers, be sure to use the "transition-timing-function" property and the equivalent proprietary properties like "-moz-transition-timing-function", "-ms-transition-timing-function", "-o-transition-timing-function", and "-webkit-transition-timing-function".

Recommended Links

Search Engine Links (for more information)

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