Applies the specified easing to the given animation map. This easing may be any standard CSS animation-timing-function. For example linear
, ease-in-out
or cubic-bezier(0,1,1,0)
are all valid easing values.
Applies the specified easing to the given animation map. This easing may be any standard CSS animation-timing-function. For example linear
, ease-in-out
or cubic-bezier(0,1,1,0)
are all valid easing values.