当您访问 Key 对象时,您可从中获得 time、index 和 value 属性。例如,以下表达式为您提供了三个 Position 关键帧的值:position.key(3).value。
在对具有关键帧的不透明度属性编写时,以下表达式将忽略关键帧值并且仅使用关键帧的时间放置来确定闪光应发生的位置: d = Math.abs(time - nearestKey(time).time); easeOut(d, 0, .1, 100, 0)
1 2 | d = Math.abs(time - nearestKey(time).time); easeOut(d, 0 , . 1 , 100 , 0 ) |
value
返回类型:数值或数组。
返回关键帧的值。
time
返回类型:数值。
返回关键帧的时间。
index
返回类型:数值。
返回关键帧的索引。
明狮交流群
明狮交流群