Skip to content

@ue-too/animate / index / KeyFramesContiner

類別: KeyFramesContiner<T>

定義於: composite-animation.ts:1213

型別參數

T

T

建構函式

建構函式

new KeyFramesContiner<T>(): KeyFramesContiner<T>

定義於: composite-animation.ts:1216

回傳

KeyFramesContiner<T>

存取器

keyframes

Getter 簽章

get keyframes(): Keyframe<T>[]

定義於: composite-animation.ts:1220

回傳

Keyframe<T>[]

方法

clearFrames()

clearFrames(): void

定義於: composite-animation.ts:1254

回傳

void


from()

from(value): Keyframes<T>

定義於: composite-animation.ts:1224

參數

value

T

回傳

Keyframes<T>


insertAt()

insertAt(percentage, value): void

定義於: composite-animation.ts:1250

參數

percentage

number

value

T

回傳

void


to()

to(value): Keyframes<T>

定義於: composite-animation.ts:1237

參數

value

T

回傳

Keyframes<T>