12 Principles of Animation Review animation code for compliance with Disney's 12 principles adapted for web interfaces. How It Works 1. Read the specified files (or prompt user for files/pattern) 2. Check against all rules below 3. Output findings in format Rule Categories | Priority | Category | Prefix | |----------|----------|--------| | 1 | Timing | | | 2 | Easing | | | 3 | Physics | | | 4 | Staging | | Rules Timing Rules User-initiated animations must complete within 300ms. Fail: Pass: Similar elements must use identical timing values. Fail: Pass: Context menus should not animate on entra…