getKeyframes method
The getKeyframes() method of a KeyframeEffect returns an Array of
the computed keyframes that make up this animation along with their
computed offsets.
Implementation
external JSArray<JSObject> getKeyframes();
The getKeyframes() method of a KeyframeEffect returns an Array of
the computed keyframes that make up this animation along with their
computed offsets.
external JSArray<JSObject> getKeyframes();