Protected
constructorStatic
createCreate new animation curve.
Static
createCreates curve based on CSS easing values.
Static
createCreate new animation keyframe
Evaluate value of the curve at specific point.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Remove animation keyframe at specific timestamp. The closest keyframe will be deleted.
A curve that contains a set of keyframes and can evaluate values at specific timestamps.
Example