Back to Developer Roadmap

AnimationController

src/data/roadmaps/flutter/content/animation-controller@eXaP_U-EzptBuOp5R0KK3.md

4.0692 B
Original Source

AnimationController

This class lets you perform tasks such as:

  • Play an animation forward or in reverse, or stop an animation.
  • Set the animation to a specific value.
  • Define the upperBound and lowerBound values of an animation.
  • Create a fling animation effect using a physics simulation.

By default, an AnimationController linearly produces values that range from 0.0 to 1.0, during a given duration.

Visit the following resources to learn more: