v1.0 - Initial Release
This is the initial release of the LottieUI package! This initial release contains:
LottieView
component to display an animation from a local fileAsyncLottieView
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