Skip to content

Interface: IStyleAnimation

Hierarchy

Table of contents

Properties

Properties

style

style: IUIInputData

Defined in

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


easing

Optional easing: IAnimateEasing

Inherited from

IAnimateOptions.easing

Defined in

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


delay

Optional delay: number

Inherited from

IAnimateOptions.delay

Defined in

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


duration

Optional duration: number

Inherited from

IAnimateOptions.duration

Defined in

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


ending

Optional ending: IAnimateEnding

Inherited from

IAnimateOptions.ending

Defined in

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


reverse

Optional reverse: boolean

Inherited from

IAnimateOptions.reverse

Defined in

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


swing

Optional swing: boolean

Inherited from

IAnimateOptions.swing

Defined in

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


loop

Optional loop: number | boolean

Inherited from

IAnimateOptions.loop

Defined in

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


loopDelay

Optional loopDelay: number

Inherited from

IAnimateOptions.loopDelay

Defined in

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


speed

Optional speed: number

Inherited from

IAnimateOptions.speed

Defined in

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


join

Optional join: boolean

Inherited from

IAnimateOptions.join

Defined in

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


autoplay

Optional autoplay: boolean

Inherited from

IAnimateOptions.autoplay

Defined in

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


attrs

Optional attrs: string[]

Inherited from

IAnimateOptions.attrs

Defined in

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


event

Optional event: IAnimateEvents

Inherited from

IAnimateOptions.event

Defined in

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

Released under the MIT License.