Interface: IAnimationObject<V>
Extra-Helpers.IAnimationObject
Type parameters
Name |
---|
V |
Properties
access
• Optional
access: string
duration
• Optional
duration: number
delay
• Optional
delay: number
ease
• Optional
ease: Easing
| "linear"
| "easeIn"
| "easeOut"
| "easeInOut"
| "circIn"
| "circOut"
| "circInOut"
| "backIn"
| "backOut"
| "backInOut"
| "anticipate"
| "bounceOut"
| "bounceIn"
| "bounceInOut"
| "easeInOutSine"
updater
• Optional
updater: TUpdaterType
[]
animSet
• Optional
animSet: IAnimSet
animSetParallel
• Optional
animSetParallel: boolean
uiRef
• Optional
uiRef: UiObjectConfig
<any
, string
>
name
• Optional
name: string
uiObjectType
• Optional
uiObjectType: string
targetObject
• Optional
targetObject: Record
<string
, any
>
options
• options: AnimationOptions
<V
>
to
• Optional
to: V
| (fromVal
: V
, target
: any
) => V
from
• Optional
from: V
Methods
animate
▸ Optional
animate(): Promise
<any
>
Returns
Promise
<any
>