animationRepeatMode
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
- JSON
- JavaScript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
src: "/egjs-view3d/model/RobotExpressive.glb",
animationRepeatMode: "one"
}
- JSON
- JavaScript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
src: "/egjs-view3d/model/RobotExpressive.glb",
animationRepeatMode: "all"
}
- JSON
- JavaScript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
src: "/egjs-view3d/model/RobotExpressive.glb",
animationRepeatMode: "none"
}