Skip to content

v1.0 - Initial Release

Compare
Choose a tag to compare
@tfmart tfmart released this 30 Apr 13:40
· 43 commits to main since this release
053ced5

This is the initial release of the LottieUI package! This initial release contains:

  • LottieView component to display an animation from a local file
  • AsyncLottieView component to display an animation from a remote URL
  • .play(_:) modifier to control whether the animation is playing or not
  • .loopMode(_:) modifier to set how the animation loops
  • .onFrame(_:) modifier to observe the current frame of the animation being displayed
  • .onProgress(_:) modifier to observe the current progress of the animation
  • .speed(_:) modifier to set the animation speed
  • .play(fromFrame:to:) to limit the frames being displayed in the animation
  • .backgroundBehaviour(_:) to set the animation behavior when the app enters the background
  • .valueProvider(_:keypath:) to set new values for an animation's key path