transition-timing-function
property, the animation-timing-function
determines how the animation will progress over its duration. The options are the same as for transition-timing-function
(ease
, linear
, ease-in
, ease-out
, easein-out
, or cubic-bezier
)-webkit-animation-timing-function: linear;