Skip to content

Interface: IAnimateKeyframe

Table of contents

Properties

Properties

style

style: IUIInputData

Defined in

ui/packages/interface/src/IAnimation.ts:48


easing

Optional easing: IAnimateEasing

Defined in

ui/packages/interface/src/IAnimation.ts:50


delay

Optional delay: number

Defined in

ui/packages/interface/src/IAnimation.ts:51


duration

Optional duration: number

Defined in

ui/packages/interface/src/IAnimation.ts:52


autoDelay

Optional autoDelay: number

Defined in

ui/packages/interface/src/IAnimation.ts:54


autoDuration

Optional autoDuration: number

Defined in

ui/packages/interface/src/IAnimation.ts:55

Released under the MIT License.