Timeline Studio API Documentation - v0.26.0
Preparing search index...
types/video-compiler
ElementAnimation
Interface ElementAnimation
interface
ElementAnimation
{
animation_type
:
AnimationType
;
delay
?:
number
;
direction
?:
AnimationDirection
;
duration
:
number
;
easing
?:
AnimationEasing
;
id
:
string
;
properties
?:
Record
<
string
,
any
>
;
}
Index
Properties
animation_
type
delay?
direction?
duration
easing?
id
properties?
Properties
animation_
type
animation_type
:
AnimationType
Optional
delay
delay
?:
number
Optional
direction
direction
?:
AnimationDirection
duration
duration
:
number
Optional
easing
easing
?:
AnimationEasing
id
id
:
string
Optional
properties
properties
?:
Record
<
string
,
any
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
animation_
type
delay
direction
duration
easing
id
properties
Timeline Studio API Documentation - v0.26.0
Loading...