Skip to main content

animationRepeatMode

Typestring
Default"one"

Repeat mode of the animator.
"one" will repeat single animation, and "all" will repeat all animations.
"none" will make animation to automatically paused on its last frame.

Constants are available with ANIMATION_REPEAT_MODE

{
src: "/egjs-view3d/model/RobotExpressive.glb",
animationRepeatMode: "one"
}
{
src: "/egjs-view3d/model/RobotExpressive.glb",
animationRepeatMode: "all"
}
{
src: "/egjs-view3d/model/RobotExpressive.glb",
animationRepeatMode: "none"
}