Closed mester9000 closed 4 years ago
Did you try animateFromLastPercent?
On Sun, Jul 19, 2020, 5:57 AM mester9000 notifications@github.com wrote:
Is it possible to do the following thing? I navigate to a new screen and I use a linear percent indicator there. I would like it to be for example at 60% without animation for the firts time. After a certain amount of time this indicator goes to 80%, but this time with animation, from 60% to 80%. I tried to set the animation property to false, and after a little time to true but it did not work.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter_percent_indicator/issues/67, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UHMOJZ5KB5P33WFHTDR4LGQXANCNFSM4PBGHCDQ .
Yes I did, but it didn't work. It seems like if I set the animation to false, and then set it to true, it won't animate.
well , PRs are welcome in case you want to add extra features
On Sun, Jul 19, 2020 at 3:03 PM mester9000 notifications@github.com wrote:
Yes I did, but it didn't work. It seems like if I set the animation to false, and then set it to true, it won't animate.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter_percent_indicator/issues/67#issuecomment-660700265, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UFCUREYXVOIAZ3UGYLR4NGRFANCNFSM4PBGHCDQ .
Is it possible to do the following thing? I navigate to a new screen and I use a linear percent indicator there. I would like it to be for example at 60% without animation for the first time. After a certain amount of time this indicator goes to 80%, but this time with animation, from 60% to 80%. I tried to set the animation property to false, and after a little time to true but it did not work.