The current progress of the effect, a value between 0 and 1.
@override double get progress => started ? _child.progress : 0;