Skip to content

Releases: airbnb/lottie-ios

3.0.1 Release Swift 4.2

20 Mar 16:33
Compare
Choose a tag to compare

This release adds a few small bug fixes and upgrades the project to Swift 4.2

Initial Swift Release

17 Mar 15:44
Compare
Choose a tag to compare

Lottie 3.0 Release Notes

Lottie 3.0 is a complete rewrite of Lottie in Swift 4.0! Read More Here

In addition to completely rebuilding the entire animation engine, several new features have been added.

Please Note that the Api and Class names have changed slightly. (No more LOT prefix).

  • New documentation fully covers Lottie API.
  • Text Rendering (No Glyphs) now supported
  • Gradient Stroke now supported
  • Individual Trim paths now supported
  • Alpha inverted masks now supprted
  • Marker support
  • Skew now supported
  • Fully support all UIView content modes
  • New api for dynamic properties.
  • Animation now fully supports Codable. You can decode and encode JSON data.
  • Animated Button component
  • New more flexible ImageProvider
  • Play animations in their native framerate
  • Read animation progress in realtime
  • Spatial Interpolation now more accurate
  • Added API for getting animation properties
  • Rewritten render system, fixing many bugs.
  • JSON Decoding supports Default values
  • JSON Coding unit testing
  • Trim paths are now more accurate
  • Bug fixes, bug fixes, bug fixes.

Final Objective-C Release

06 Mar 21:16
Compare
Choose a tag to compare

Some minor bug fixes.

Please note this is the FINAL Objective-C release of Lottie.
Moving forward Lottie will be in Swift.

2.5.2 Release

04 Oct 22:55
4a43676
Compare
Choose a tag to compare

-Various bug fixes from the community

-Fixed a bug that prevented a playing animation from resuming after the application was backgrounded.

2.5.1 Release

04 Oct 22:44
d007890
Compare
Choose a tag to compare

Various bug fixes and pull requests from the community

  • Fixed a bug with backgrounding the app stopping animation

2.5.0 Major Update

23 Jan 21:51
Compare
Choose a tag to compare

Huge update to Lottie!

NOTE:
The old api for changing keyframes and adding subviews has been deprecated. Please move to the new system. The methods will be removed in a future version.

2.1.5 Release

30 Nov 23:54
Compare
Choose a tag to compare
  • Various Bug Fixes
  • Xcode 8 Build Error
  • Pause animation when leaving screen
  • Web Thread Crash
  • Animated Control Update

Lottie 2.1.4

30 Oct 22:23
Compare
Choose a tag to compare

Various Bug Fixes

2.1.3 Release

30 Aug 01:57
Compare
Choose a tag to compare

Add accessibility support to LOTAnimatedControl and LOTAnimatedSwitch
Add support for iOS 10 haptic feedback for LOTAnimatedSwitch
Added gesture support to LOTAnimatedSwitch

2.1.2 Release

30 Aug 01:38
Compare
Choose a tag to compare
  • Add accessibility support to LOTAnimatedControl and LOTAnimatedSwitch
  • Add support for iOS 10 haptic feedback for LOTAnimatedSwitch
  • Added gesture support to LOTAnimatedSwitch