Preparing search index...
The search index is not available
devfive front components
devfive front components
index
Framer
AnimationPlaybackLifecycles
Interface AnimationPlaybackLifecycles<V>
interface
AnimationPlaybackLifecycles
<
V
>
{
onComplete
?:
(
(
)
=>
void
)
;
onPlay
?:
(
(
)
=>
void
)
;
onRepeat
?:
(
(
)
=>
void
)
;
onStop
?:
(
(
)
=>
void
)
;
onUpdate
?:
(
(
latest
)
=>
void
)
;
}
Type Parameters
V
Hierarchy (
view full
)
AnimationPlaybackLifecycles
ValueAnimationTransition
Index
Properties
on
Complete?
on
Play?
on
Repeat?
on
Stop?
on
Update?
Properties
Optional
on
Complete
on
Complete
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Play
on
Play
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Repeat
on
Repeat
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Stop
on
Stop
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Update
on
Update
?:
(
(
latest
)
=>
void
)
Type declaration
(
latest
)
:
void
Parameters
latest
:
V
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Complete
on
Play
on
Repeat
on
Stop
on
Update
devfive front components
index
test
Generated using
TypeDoc