ThreePipe
Preparing search index...
IAnimationObject
Interface IAnimationObject<V>
interface
IAnimationObject
<
V
>
{
access
?:
string
;
animate
?:
(
delay
?:
number
,
canComplete
?:
boolean
)
=>
AnimationResult
;
animSet
?:
IAnimSet
;
animSetParallel
?:
boolean
;
delay
?:
number
;
duration
?:
number
;
ease
?:
|
Easing
|
"linear"
|
"easeIn"
|
"easeOut"
|
"easeInOut"
|
"circIn"
|
"circOut"
|
"circInOut"
|
"backIn"
|
"backOut"
|
"backInOut"
|
"anticipate"
|
"bounceOut"
|
"bounceIn"
|
"bounceInOut"
|
"easeInOutSine"
;
name
?:
string
;
offsets
?:
number
[]
;
options
:
AnimationOptions
<
V
>
;
result
?:
AnimationResult
;
targetObject
?:
Record
<
string
,
any
>
;
uiObjectType
?:
string
;
uiRef
?:
UiObjectConfig
<
any
,
string
,
any
>
;
updater
?:
TUpdaterType
[]
;
values
:
V
[]
;
}
Type Parameters
V
Implemented by
AnimationObject
Index
Properties
access?
animate?
anim
Set?
anim
Set
Parallel?
delay?
duration?
ease?
name?
offsets?
options
result?
target
Object?
ui
Object
Type?
ui
Ref?
updater?
values
Properties
Optional
access
access
?:
string
Optional
animate
animate
?:
(
delay
?:
number
,
canComplete
?:
boolean
)
=>
AnimationResult
Optional
anim
Set
animSet
?:
IAnimSet
Optional
anim
Set
Parallel
animSetParallel
?:
boolean
Optional
delay
delay
?:
number
Optional
duration
duration
?:
number
Optional
ease
ease
?:
|
Easing
|
"linear"
|
"easeIn"
|
"easeOut"
|
"easeInOut"
|
"circIn"
|
"circOut"
|
"circInOut"
|
"backIn"
|
"backOut"
|
"backInOut"
|
"anticipate"
|
"bounceOut"
|
"bounceIn"
|
"bounceInOut"
|
"easeInOutSine"
Optional
name
name
?:
string
Optional
offsets
offsets
?:
number
[]
options
options
:
AnimationOptions
<
V
>
Optional
result
result
?:
AnimationResult
Optional
target
Object
targetObject
?:
Record
<
string
,
any
>
Optional
ui
Object
Type
uiObjectType
?:
string
Optional
ui
Ref
uiRef
?:
UiObjectConfig
<
any
,
string
,
any
>
Optional
updater
updater
?:
TUpdaterType
[]
values
values
:
V
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access
animate
anim
Set
anim
Set
Parallel
delay
duration
ease
name
offsets
options
result
target
Object
ui
Object
Type
ui
Ref
updater
values
ThreePipe
Loading...