progress property

Animation<double> progress
final

The animation progress, ranges from 0.0 to 1.0. Usually just the value from an AnimationController.

It's recommended to pass in linearly changing animations as the animations can apply curves to specific parts of themselves and having curved animation values can distort the output of the animation.

Implementation

final Animation<double> progress;