SimpleLottiePlayer is a LottieFiles web player, which is much simpler than the one from LottieFiles, but it also includes some features that may help developers to make their applications simpler.
LottieUtils includes a Lottie animation trimmer, which removes the margins of a lottie animation without modifying the original content.
In this version
- adds the
repeat-count
andrepeatCount
parameters (to HTML and javascript) to limit the amount of times that the animation loops. - adds better support for boolean parameters (e.g.
autoplay="autoplay"
means true; the same for a singleautoplay
orautoplay=1
) - better explain the
autosize
feature: it changes the size of the container to the size of the animation. And now the default isfalse
Full Changelog: 1.1.1...1.2.0