mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-13 12:19:44 +00:00
Tile pop and merge @keyframes were setting transform: scale() which overrode transform: translate() used for tile positioning, causing tiles to jump to (0,0) during animation. Fix by using individual CSS properties: translate for positioning, scale in keyframes.