type

KeyFrame

src @Js
const class KeyFrame : Obj

KeyFrame defines a frame of a CSS animation.

constructors

make

Construct new KeyFrame for given step and props.

fields

props

Properies for this keyframe.

step

Position of this keyframe.

Slot Details

make

src new make(Str step, Str:Obj props)

Construct new KeyFrame for given step and props.

props

src const Str:Obj props

Properies for this keyframe.

step

src const Str step

Position of this keyframe.