Animation
This section is for examples that primarily teach motion and timing.
Recommended Examples​
motion_basicsFocus:move_to,scale_to,rotate_to,fade_to, and readable easingtext_animationFocus:draw,undraw,typewrite_text,reveal_text, andindicateequation_and_matrix_animationFocus: semantic math transforms instead of generic geometric motiontraced_pathsFocus: motion that leaves behind meaningful geometry
Good First Pick​
Start with motion_basics if you want the clearest overview of Murali's core animation verbs.
What To Look For​
- whether the scene teaches one motion idea at a time
- whether the timing is calm enough to read
- whether the reveal order helps the animation feel intentional
Run Locally​
cargo run --example motion_basics