Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/timeline/types/sequence
Title
Interface Title
Титр/текст
interface
Title
{
animation
?:
{
duration
:
number
;
in
:
"slide"
|
"fade"
|
"typewriter"
|
"custom"
;
out
:
"slide"
|
"fade"
|
"custom"
;
}
;
id
:
string
;
position
:
{
anchor
:
|
"center"
|
"top-left"
|
"top-right"
|
"bottom-left"
|
"bottom-right"
;
x
:
number
;
y
:
number
;
}
;
style
:
{
backgroundColor
?:
string
;
color
:
string
;
fontFamily
:
string
;
fontSize
:
number
;
fontWeight
:
string
;
outline
?:
{
color
:
string
;
width
:
number
}
;
shadow
?:
{
blur
:
number
;
color
:
string
;
x
:
number
;
y
:
number
}
;
}
;
text
:
string
;
type
:
"simple"
|
"animated"
|
"lower-third"
|
"credits"
;
}
Index
Properties
animation?
id
position
style
text
type
Properties
Optional
animation
animation
?:
{
duration
:
number
;
in
:
"slide"
|
"fade"
|
"typewriter"
|
"custom"
;
out
:
"slide"
|
"fade"
|
"custom"
;
}
id
id
:
string
position
position
:
{
anchor
:
|
"center"
|
"top-left"
|
"top-right"
|
"bottom-left"
|
"bottom-right"
;
x
:
number
;
y
:
number
;
}
style
style
:
{
backgroundColor
?:
string
;
color
:
string
;
fontFamily
:
string
;
fontSize
:
number
;
fontWeight
:
string
;
outline
?:
{
color
:
string
;
width
:
number
}
;
shadow
?:
{
blur
:
number
;
color
:
string
;
x
:
number
;
y
:
number
}
;
}
text
text
:
string
type
type
:
"simple"
|
"animated"
|
"lower-third"
|
"credits"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
animation
id
position
style
text
type
Timeline Studio API Documentation - v0.26.0
Loading...
Титр/текст