The current progress of the effect, a value between 0 and 1.
@override double get progress => completed ? 0 : 1 - (timer / duration);