@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>