You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.ts
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,10 @@ export class Property<PropertyValueType extends Value> {
248
248
* `"continue"`: Does not repeat the specified segment, but continues to animate a property based on the velocity at the first or last keyframe.
249
249
* @param numKeyframes determines what segment is looped: The segment looped is the portion of the layer from the first keyframe to the numKeyframes+1 keyframe. The default value of 0 means that all keyframes loop
@@ -259,7 +262,10 @@ export class Property<PropertyValueType extends Value> {
259
262
* `"continue"`: Does not repeat the specified segment, but continues to animate a property based on the velocity at the first or last keyframe.
260
263
* @param numKeyframes determines what segment is looped: The segment looped is the portion of the layer from the last keyframe to the `thisProperty.numKeys - numKeyframes` keyframe. The default value of 0 means that all keyframes loop
0 commit comments