KeyFrames
@Js
const class KeyFrames : Obj
KeyFrames defines a CSS animation from a list of KeyFrames.
Construct new animation with given frames
Frames for this animation
const KeyFrame[] : frames
Frames for this animation.
new make(KeyFrame[] frames)
Construct new animation with given frames.
virtual Str toStr()