KeyFrame
@Js
const class KeyFrame : Obj
KeyFrame defines a frame of a CSS animation.
Construct new KeyFrame for given step and props
Position of this keyframe
Properies for this keyframe
new make(Str step, Str:Obj props)
Construct new KeyFrame for given step and props.
const Str:Obj : props
Properies for this keyframe.
const Str : step
Position of this keyframe.