@rendley/sdk - v1.15.5
Preparing search index...
PropertyTrack
Interface PropertyTrack
Serialized animation track for one property on a clip.
interface
PropertyTrack
{
customData
?:
Map
<
string
,
unknown
>
;
defaults
?:
TrackDefaults
;
keyframes
:
PropertyKeyframe
[]
;
property
:
string
;
type
:
PropertyDescriptionTypeEnum
;
}
Index
Properties
custom
Data?
defaults?
keyframes
property
type
Properties
Optional
custom
Data
customData
?:
Map
<
string
,
unknown
>
Optional
defaults
defaults
?:
TrackDefaults
keyframes
keyframes
:
PropertyKeyframe
[]
property
property
:
string
type
type
:
PropertyDescriptionTypeEnum
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Data
defaults
keyframes
property
type
@rendley/sdk - v1.15.5
Loading...
Serialized animation track for one property on a clip.