Skip to content

Releases: dealfonso/simplelottieplayer

1.2.0

24 Apr 11:51
Compare
Choose a tag to compare

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 and repeatCount 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 single autoplay or autoplay=1)
  • better explain the autosize feature: it changes the size of the container to the size of the animation. And now the default is false

Full Changelog: 1.1.1...1.2.0

1.1.1

16 Jun 12:39
Compare
Choose a tag to compare

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

16 Jun 12:21
Compare
Choose a tag to compare

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

01 Mar 14:45
Compare
Choose a tag to compare

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.