LottieUI icon indicating copy to clipboard operation
LottieUI copied to clipboard

LottieUI is a SwiftUI wrapper for Lottie Animations for iOS

Results 4 LottieUI issues
Sort by recently updated
recently updated
newest added

Hey would it be possible to sort bind the animation name? I want to use Lotties on my onboarding screen, where if the user presses next a new animation shows...

Currently, the Mac version of LottieView do not support observation of the current progress/frame rate of an animation. For the iOS counterpart, I'm using `CADisplayLink` to observe the animation, but...

good first issue

After just adding the package and building my macOS target it's failing with this build error. Could it be because of the syntax in lottie-ios's `RenderingEngineOption.swift`? Some Swift version incompatibility...

As of Lottie 4.0, the current solution we have for observing animations with CVDisplayLink and CADisplayLink have stopped working when rendering animations with their new Core Animation engine. For now,...