Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/style-templates/types/style-template
Animation
Interface Animation
interface
Animation
{
delay
?:
number
;
direction
?:
"left"
|
"right"
|
"up"
|
"down"
;
duration
:
number
;
easing
?:
"linear"
|
"ease"
|
"ease-in"
|
"ease-out"
|
"ease-in-out"
;
id
:
string
;
properties
?:
Record
<
string
,
any
>
;
type
:
|
"fadeIn"
|
"fadeOut"
|
"slideIn"
|
"slideOut"
|
"scaleIn"
|
"scaleOut"
|
"bounce"
|
"shake"
;
}
Index
Properties
delay?
direction?
duration
easing?
id
properties?
type
Properties
Optional
delay
delay
?:
number
Optional
direction
direction
?:
"left"
|
"right"
|
"up"
|
"down"
duration
duration
:
number
Optional
easing
easing
?:
"linear"
|
"ease"
|
"ease-in"
|
"ease-out"
|
"ease-in-out"
id
id
:
string
Optional
properties
properties
?:
Record
<
string
,
any
>
type
type
:
|
"fadeIn"
|
"fadeOut"
|
"slideIn"
|
"slideOut"
|
"scaleIn"
|
"scaleOut"
|
"bounce"
|
"shake"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
delay
direction
duration
easing
id
properties
type
Timeline Studio API Documentation - v0.26.0
Loading...