mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 14:50:02 +00:00
fix(studio): harden keyframe editing semantics
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user