Releases: dealfonso/simplelottieplayer
1.2.0
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
1.1.1
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.
** This version simply updates the display method for container, to make it more coherent between having buttons or not
1.1.0
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.
This version changes the method to add the hover effect to buttons, because the previous one was not working on certain circumstances.
Full Changelog: 1.0.0...1.1.0
1.0.0
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.