flutter/examples/api/lib/animation
Hans Muller 84bfe64023
Added an AnimationController API doc example (#137975)
This example shows how to use `AnimationController` and
`SlideTransition` to create an animated digit like you might find on a
digital clock. New digit values slide into place from below, as the old
value slides upwards and out of view. Taps that occur while the
controller is already animating cause the controller's
`AnimationController.duration` to be reduced so that the visuals don't
fall behind.

You can try the example here:
https://dartpad.dev/?id=9553c20fe0fdb0c5447c1293e02400eb
2023-11-07 13:33:20 -08:00
..
animation_controller Added an AnimationController API doc example (#137975) 2023-11-07 13:33:20 -08:00
curves Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00