Skip to content

Initial Swift Release

Compare
Choose a tag to compare
@buba447 buba447 released this 17 Mar 15:44
· 720 commits to master since this release

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.