This property sets how the intermediate values used during a transition will be calculated, thus allowing a transition to change speed over its duration.
CSS Level | Value |
---|---|
CSS 2.1 | (invalid) |
CSS3 | <single-transition-timing-function>#, where <single-transition-timing-function> is "ease | linear | ease-in | ease-out | ease-in-out | step-start | step-end | steps(<integer>[, [ start | end ] ]?) | cubic-bezier(<number>, <number>, <number>, <number>)" |