casparcg-connection
Preparing search index...
TransitionParameters
Interface TransitionParameters
interface
TransitionParameters
{
customParams
?:
Record
<
string
,
string
|
number
|
boolean
|
null
>
;
direction
?:
Direction
;
duration
:
number
;
stingProperties
?:
{
audioFadeDuration
?:
number
;
audioFadeStart
?:
number
;
delay
?:
number
;
maskFile
:
string
;
overlayFile
?:
string
;
}
;
transitionType
:
TransitionType
;
tween
?:
TransitionTween
;
}
Hierarchy (
View Summary
)
CustomParams
TransitionParameters
Index
Properties
custom
Params?
direction?
duration
sting
Properties?
transition
Type
tween?
Properties
Optional
custom
Params
customParams
?:
Record
<
string
,
string
|
number
|
boolean
|
null
>
Optional custom parameters that will be appended to any command
Optional
direction
direction
?:
Direction
duration
duration
:
number
Optional
sting
Properties
stingProperties
?:
{
audioFadeDuration
?:
number
;
audioFadeStart
?:
number
;
delay
?:
number
;
maskFile
:
string
;
overlayFile
?:
string
;
}
transition
Type
transitionType
:
TransitionType
Optional
tween
tween
?:
TransitionTween
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Params
direction
duration
sting
Properties
transition
Type
tween
casparcg-connection
Loading...
Optional custom parameters that will be appended to any command