Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: hanbollar <[email protected]>
  • Loading branch information
hanbollar committed Apr 30, 2024
1 parent f7c2315 commit 23509da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/attributes/data-comp-animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ The format for how the looping should occur. Values are based on threejs default
Values: `once`, `repeat`, and `pingpong`

> if set to `once`, ignores the `loop` value.
## `clampWhenFinished`

Freezes the animation state to the last frame when stop is called or any looping ends.

Values: `true`, `false`

> if not set, defaults to the threejs internals setup, which is `false`

0 comments on commit 23509da

Please sign in to comment.