book
The Illusion of Life — Thomas & Johnston
The Disney animation bible. The 12 principles that underpin all animation work, including UI motion.
Find the bookCareer guide
Create purposeful animation that communicates state, guides attention, and adds continuity to interfaces
01 / About this guide
Motion design in product contexts is not decoration — it is an architectural concern that communicates hierarchy, provides feedback, indicates status, and adds character. This path covers Disney's 12 principles mapped to UI, platform motion frameworks (Material Design 3, Apple HIG), code-based animation with CSS/GSAP/Framer Motion, motion token systems, accessibility via prefers-reduced-motion, and performance optimization.
02 / Study outline
These 6 modules outline the topics to study. Follow the suggested order or start with a gap in your current work. Linked exercises include instructions, deliverables, and review criteria.
Map Disney's 12 principles to interface contexts, learn platform frameworks, and understand when motion helps vs. hurts
Navigate the tool landscape from exploration through production, and know when to use code vs. visual tools
Implement animations in code — CSS for simple transitions, GSAP for complex sequences, Framer Motion for React
Put this into practice
GSAP Scroll AnimationBuild a systematic motion language with tokens that scale across a design system — durations, easings, delays, and choreography
Put this into practice
Build a Motion Token ScaleOptimize animations for smooth 60fps rendering and ensure they work for everyone
Put this into practice
Reduced Motion AuditShowcase motion work effectively and position yourself for motion-focused design roles
03 / Reading and exercises
Published articles, book recommendations, and practical projects that support this guide.
book
The Disney animation bible. The 12 principles that underpin all animation work, including UI motion.
Find the bookarticle
Google's complete motion token system — easing curves, duration scales, and transition patterns.
Read on the source sitearticle
Apple's principles for purposeful, accessible motion across iOS, macOS, and visionOS.
Read on the source siteexercise
Build a scroll-triggered animation sequence with GSAP ScrollTrigger and staggered reveals.
Try the exerciseexercise
Define duration, easing, and delay tokens following Material Design 3's token model.
Try the exerciseexercise
Audit a page for motion and implement meaningful prefers-reduced-motion alternatives.
Try the exercise