Preparing search index...
The search index is not available
vevet - v5.1.2
vevet
ISnapToSlideArg
Interface ISnapToSlideArg
interface
ISnapToSlideArg
{
direction
?:
null
|
"next"
|
"prev"
;
duration
?:
TSnapDuration
;
easing
?:
TEasingType
;
onEnd
?:
()
=>
void
;
onStart
?:
()
=>
void
;
onUpdate
?:
(
data
:
ITimelineProgressArg
)
=>
void
;
}
Hierarchy (
View Summary
)
ISnapTransitionArg
ISnapToSlideArg
Index
Properties
direction?
duration?
easing?
on
End?
on
Start?
on
Update?
Properties
Optional
direction
direction
?:
null
|
"next"
|
"prev"
Optional
duration
duration
?:
TSnapDuration
Optional
easing
easing
?:
TEasingType
Optional
on
End
onEnd
?:
()
=>
void
Optional
on
Start
onStart
?:
()
=>
void
Optional
on
Update
onUpdate
?:
(
data
:
ITimelineProgressArg
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
duration
easing
on
End
on
Start
on
Update
vevet - v5.1.2
Loading...