You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix avatar animation edge artifacts by constraining movements to circular bounds
Animation Improvements:
- Reward = Time: Reduced scale (1.05 max) and translation (2px max) to prevent edge artifacts
- Playful: Reduced scale (1.15 max) and translation (4px max) for smoother bouncy movement
- Scalable: Reduced scale (1.2 max) and translation (5px max) for controlled expansion
All animations now stay within the circular mask boundaries to prevent:
- Frame/edge artifacts showing inside the thumbnail
- Elements extending beyond the circular bounds
- Visual glitches during rotation and scaling
Animations maintain their distinct personalities while being properly constrained.
0 commit comments