What problem does it solve?
This Skill captures Software Mansion's animation best practices so that teams do not waste cycles guessing when to use CSS transitions, CSS animations, or shared value worklets while chasing performance on Reanimated 4 under the New Architecture.
Core Features & Use Cases
- Decision-making framework walks through whether state changes, gestures, or layout reads should map to CSS transitions, CSS animations, or shared value control, and it favors declarative motion whenever possible.
- Performance and cleanup guidance highlights feature flags, infinite animation cancellation, layout transition helpers, and threading advice that keep Reanimated 4 animations stable, even at 120fps on Fabric.
- Practical scenario planning a hero motion or list animation now includes text animation tactics, layout animation choices, and the flag recommendations from animations-performance.md to avoid jitter and frame drops.
Quick Start
Ask the animations skill to choose between CSS transitions, shared value motion, or layout transitions for the new screen interaction and outline any performance flags or cleanup steps needed for Reanimated 4.