From ae9aa1c2770d8827916cba271f2f406452867285 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 23:58:22 +0200 Subject: [PATCH] Update task status for adding PlayAnimationAction and StopAnimationAction --- .kiro/specs/animation-playback/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kiro/specs/animation-playback/tasks.md b/.kiro/specs/animation-playback/tasks.md index 3122aab8..83609559 100644 --- a/.kiro/specs/animation-playback/tasks.md +++ b/.kiro/specs/animation-playback/tasks.md @@ -33,7 +33,7 @@ Implement animation playback for imported GLB/GLTF assets in vertical slice orde - Test that after loading a GLTF fixture with animations, `loadedAsset.animations` contains the expected clip names - _Requirements: 1.1, 5.1_ -- [~] 3. Add `PlayAnimationAction` and `StopAnimationAction` to the interaction layer +- [-] 3. Add `PlayAnimationAction` and `StopAnimationAction` to the interaction layer - Add the two new action interfaces and extend the `InteractionAction` union in `src/interactions/interaction-links.ts` - Add `createPlayAnimationInteractionLink` factory with validation (non-empty `sourceEntityId`, `targetModelInstanceId`, `clipName`) - Add `createStopAnimationInteractionLink` factory with validation (non-empty `sourceEntityId`, `targetModelInstanceId`)