Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/timeline/types/timeline
AppliedEffect
Interface AppliedEffect
Применение эффекта с кастомными параметрами
interface
AppliedEffect
{
customParams
?:
Record
<
string
,
any
>
;
duration
?:
number
;
effectId
:
string
;
id
:
string
;
isEnabled
:
boolean
;
order
:
number
;
startTime
?:
number
;
}
Index
Properties
custom
Params?
duration?
effect
Id
id
is
Enabled
order
start
Time?
Properties
Optional
custom
Params
customParams
?:
Record
<
string
,
any
>
Optional
duration
duration
?:
number
effect
Id
effectId
:
string
id
id
:
string
is
Enabled
isEnabled
:
boolean
order
order
:
number
Optional
start
Time
startTime
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Params
duration
effect
Id
id
is
Enabled
order
start
Time
Timeline Studio API Documentation - v0.26.0
Loading...
Применение эффекта с кастомными параметрами