We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70783d5 commit 56612c3Copy full SHA for 56612c3
libs/soba/src/controls/scroll-controls.stories.ts
@@ -55,8 +55,9 @@ class LittlestTokyo {
55
const animations = injectAnimations(this.gltf, this.scene);
56
57
injectBeforeRender(({ delta, camera }) => {
58
+ if (!animations.isReady) return;
59
+
60
const action = animations.actions['Take 001'];
- if (!action) return;
61
62
if (!action.paused) {
63
action.play().paused = true;
0 commit comments