animation-timing-function (CSS3)

The animation-timing-function CSS property specifies how a CSS animation should progress over the duration of each cycle.

Syntax

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

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