Execute the animation (curve vs spring).
@override Future<void> executeAnimation() async { // Immediately complete the animation without any delay _controller.value = 1.0; }