easing
Summary
The timing function used to scale the time to produce easing effects.
Property of apis/web_animations/AnimationTimingReadOnlyapis/web_animations/AnimationTimingReadOnly
Syntax
Note: This property is read-only.
var result = element.easing;
Return Value
Returns an object of type ObjectObject
DOMString
Usage
The syntax of the string is defined by the following production:
“linear”