We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baeff90 commit 951b5f1Copy full SHA for 951b5f1
types/custom/animation.d.ts
@@ -162,14 +162,15 @@ interface AddChannelOptions {
162
transform?: boolean
163
mutable?: boolean
164
max_data_points?: number
165
- condition?: ConditionResolvable
+ condition?: ConditionResolvable<GeneralAnimator>
166
displayFrame?: (animator: GeneralAnimator, multiplier: number) => void
167
}
168
interface Channel {
169
name: string
170
transform: boolean
171
mutable: boolean
172
max_data_points: number
173
174
175
declare class GeneralAnimator {
176
constructor(uuid: string | null, animation: _Animation, name: string)
0 commit comments