lottie-flutter
lottie-flutter copied to clipboard
How should I playsegment?
Animation transitions and results in the same Lottie. How can I implement like Flutter web playSegment method?
You can provide a custom AnimationController and use the animateTo
method.
Have a look at this example: https://github.com/xvrh/lottie-flutter/blob/master/example/lib/examples/markers.dart
You can provide a custom AnimationController and use the
animateTo
method. Have a look at this example: https://github.com/xvrh/lottie-flutter/blob/master/example/lib/examples/markers.dart
I have tried this method before, it seems that I did not pass the correct parameters