Created
June 4, 2019 18:01
-
-
Save JorgeCastilloPrz/46808e90ef1d4a4b2ea8542e155f5451 to your computer and use it in GitHub Desktop.
Arc tail animation Tween.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final Animatable<double> _kStrokeTailTween = CurveTween( | |
curve: const Interval(0.5, 1.0, curve: Curves.fastOutSlowIn), | |
).chain(CurveTween( | |
curve: const SawTooth(5), | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment