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