Skip to content

@ue-too/animate / index / Keyframes

インターフェイス: Keyframes<T>

定義: composite-animation.ts:1205

型パラメーター

T

T

プロパティ

keyframes

keyframes: Keyframe<T>[]

定義: composite-animation.ts:1206

メソッド

clearFrames()

clearFrames(): void

定義: composite-animation.ts:1210

戻り値

void


from()

from(value): Keyframes<T>

定義: composite-animation.ts:1207

パラメータ

value

T

戻り値

Keyframes<T>


insertAt()

insertAt(percentage, value): void

定義: composite-animation.ts:1209

パラメータ

percentage

number

value

T

戻り値

void


to()

to(value): Keyframes<T>

定義: composite-animation.ts:1208

パラメータ

value

T

戻り値

Keyframes<T>