type

KeyFrame

@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

new make(Str step, Str:Obj props)

Construct new KeyFrame for given step and props.

props

const Str:Obj props

Properies for this keyframe.

step

const Str step

Position of this keyframe.