Files
hyperframes/packages
Vance IngallsandClaude Opus 4.8 189d8582f4 fix(lint): catch fromTo from-object layout/reflow props in gsap_non_transform_motion
The rule sourced a tween's animated props from anim.properties only — the acorn
parser's to-vars. A fromTo() exposes its first ("from") vars object separately as
anim.fromProperties, so a layout or reflow prop animated only in the from-object
(e.g. tl.fromTo("#t", { left: 100, letterSpacing: "0.3em" }, { opacity: 1 }))
escaped the rule entirely and shipped stuttering. fromTo is the most common tween
form, so this was a real recall hole.

Union fromProperties into the checked property set; add the field to the lint
parse type. Registry re-scan unchanged (0 comps animate a layout prop only in a
from-object today), so no collateral.

Known remaining gaps (documented, not fixed): standalone gsap.fromTo only scans
its first vars object via regex (and aborts on nested braces); roundProps:true
(boolean form) is dropped by the parser. Both are rare and the clean fix is
disproportionate to the rule's planned sunset when drawElement render lands.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 11:11:35 -07:00
..
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-16 13:16:09 -04:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00
2026-06-28 22:55:15 +00:00