From 23509dae488ab5bb357ee647a4fe6807997c7b4a Mon Sep 17 00:00:00 2001 From: hanbollar Date: Tue, 30 Apr 2024 14:58:42 -0700 Subject: [PATCH] update Signed-off-by: hanbollar --- source/attributes/data-comp-animation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/attributes/data-comp-animation.md b/source/attributes/data-comp-animation.md index 9a4848e..9be5bfa 100644 --- a/source/attributes/data-comp-animation.md +++ b/source/attributes/data-comp-animation.md @@ -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`