animationcontroller Questions
2
Solved
I need to add some delay between each iteration of animation gets call to repeat. Something like the following image.
I tried to do it by passing value to the period parameter of the repeat method...
Circumambulate asked 7/10, 2020 at 3:37
17
Solved
AnimationController stopped working because somehow vsync is not a named parameter anymore.
This line of code stopped working.
controller = AnimationController(duration: Duration(seconds: 3), vsync...
Prostomium asked 1/8, 2020 at 15:57
1
© 2022 - 2025 — McMap. All rights reserved.