lottie-flutter icon indicating copy to clipboard operation
lottie-flutter copied to clipboard

How should I playsegment?

Open nroyliu opened this issue 1 year ago • 2 comments

Animation transitions and results in the same Lottie. How can I implement like Flutter web playSegment method?

nroyliu avatar Dec 24 '23 02:12 nroyliu

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

xvrh avatar Dec 24 '23 14:12 xvrh

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

nroyliu avatar Dec 25 '23 14:12 nroyliu