Preparing search index...
The search index is not available
devfive front components
devfive front components
index
Framer
AnimationPlaybackControls
Interface AnimationPlaybackControls
interface
AnimationPlaybackControls
{
attachTimeline
?:
(
(
timeline
)
=>
VoidFunction
)
;
cancel
:
(
(
)
=>
void
)
;
complete
:
(
(
)
=>
void
)
;
duration
:
number
;
pause
:
(
(
)
=>
void
)
;
play
:
(
(
)
=>
void
)
;
speed
:
number
;
state
?:
AnimationPlayState
;
stop
:
(
(
)
=>
void
)
;
then
:
(
(
onResolve
,
onReject
?
)
=>
Promise
<
void
>
)
;
time
:
number
;
}
Index
Properties
attach
Timeline?
cancel
complete
duration
pause
play
speed
state?
stop
then
time
Properties
Optional
attach
Timeline
attach
Timeline
?:
(
(
timeline
)
=>
VoidFunction
)
Type declaration
(
timeline
)
:
VoidFunction
Parameters
timeline
:
ProgressTimeline
Returns
VoidFunction
cancel
cancel
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
complete
complete
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
duration
duration
:
number
pause
pause
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
play
play
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
speed
speed
:
number
Optional
state
state
?:
AnimationPlayState
stop
stop
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
then
then
:
(
(
onResolve
,
onReject
?
)
=>
Promise
<
void
>
)
Type declaration
(
onResolve
,
onReject
?
)
:
Promise
<
void
>
Parameters
onResolve
:
VoidFunction
Optional
onReject
:
VoidFunction
Returns
Promise
<
void
>
time
time
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attach
Timeline
cancel
complete
duration
pause
play
speed
state
stop
then
time
devfive front components
index
test
Generated using
TypeDoc