fix(studio): harden keyframe editing semantics

This commit is contained in:
Miguel Angel Simon Sierra
2026-07-28 00:13:46 +02:00
parent 9fc0011703
commit d57039882f
41 changed files with 1294 additions and 435 deletions
@@ -232,7 +232,7 @@
const tl = gsap.timeline({ paused: true });
tl.to("#qa-tween-box", { x: 300, rotation: 90, duration: 2, ease: "power1.inOut" }, 0);
tl.to(
"#qa-keyframe-box",
"#qa-zone-keyframe",
{
keyframes: [
{ x: 0, y: 0, duration: 1 },