transition-timing-function (CSS3)

The transition-timing-function CSS property is used to describe how the intermediate values of the CSS properties being affected by a transition effect are calculated.

Syntax

linear | ease | ease-in | ease-out | ease-in-out | cubic-bezier (n,n,n,n)

Examples having uses of: 'transition-timing-function'