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

how to set its repeat num? can you provider this api?

Open zewsummer opened this issue 4 years ago • 1 comments

zewsummer avatar Jan 18 '21 08:01 zewsummer

This library doesn't provide a complex api to control the animation. Instead you have to provide an AnimationController. This is a standard class from Flutter that has a powerful API to control animations and register to callbacks.

Someone made an example for your use case here: https://github.com/xvrh/lottie-flutter/issues/112

xvrh avatar Jan 20 '21 20:01 xvrh