@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
署名を取得する
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>