@sceneify/animation
Index
Enumerations
Functions
Interfaces
Type aliases
Variables
Type aliases
AnimatableProperties
Type parameters
AnimationSubject
KeyframeInputsMap
Type declaration
[key string]: KeyframeProperty | KeyframeInputsMap
KeyframeProperty
KeyframesFromSchema
Type parameters
- P: Record<string, KeyframeProperty>
ProcessedTimeline
Type parameters
- Subjects: Record<string, AnimationSubject>
SubjectKeyframeValues
Type parameters
- Subject: AnimationSubject
Timeline
Type parameters
- Subjects: Record<string, AnimationSubject>
Type declaration
keyframes: { [ S in keyof Subjects ]: SubjectKeyframeValues<Subjects[S]> }
subjects: Subjects