Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@dealfonso dealfonso released this 24 Apr 11:51

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