lottie-ios

An iOS library to natively render After Effects vector animations

APACHE-2.0 License

Downloads
395K
Stars
25.7K
Committers
253

Bot releases are hidden (Show)

lottie-ios - 3.4.2

Published by calda about 2 years ago

Note: Lottie 3.4.0 added a new rendering engine powered by Core Animation. Please try it out and let us know if you encounter any issues! It will be enabled by default in a future version of Lottie. More information is available in this announcement: https://github.com/airbnb/lottie-ios/discussions/1627

New features

Bug fixes

lottie-ios - 3.4.1

Published by calda about 2 years ago

General

New features

Bug fixes

Core Animation rendering engine

Reminder: Lottie 3.4.0 added a new rendering engine powered by Core Animation. Please try it out and let us know if you encounter any issues! It will be enabled by default in a future version of Lottie. More information is available in this announcement: https://github.com/airbnb/lottie-ios/discussions/1627

New features

Bug fixes

lottie-ios - 3.4.0

Published by calda over 2 years ago

New features

Bug fixes

lottie-ios - 3.3.0

Published by calda almost 3 years ago

Full Changelog: https://github.com/airbnb/lottie-ios/compare/3.2.3...3.3.0

  • Increased minimum deployment target to iOS 11
  • Added Swift Package Manager support for macOS and tvOS (#1428)
  • Added parsing support for layers with no index (ind) property (#1433)
  • AnimatedSwitch and AnimatedButton are now open instead of final (#1431)
  • Fixed issue where shape layers could render at a low resolution (#1436)
  • Fixed issue where AnimationView's transform could animate incorrectly (#1395)

Known issues:

  • 3.3.0 doesn't support Carthage (#1448, fixed on master and in future releases)
lottie-ios - 3.2.3

Published by buba447 over 3 years ago

Adds a fix for a bug that caused precomposition layers to have zero sized bounds. This bug furth broke alpha inverted masks in precomposition layers.

lottie-ios - 3.2.2 Release

Published by buba447 over 3 years ago

A few fixes here including:

  • Removing Swift warnings
  • Performance fixes
lottie-ios - 3.2.1 Release

Published by buba447 over 3 years ago

Various Bug Fixes

lottie-ios - 3.2.0 Release

Published by buba447 over 3 years ago

Various bug fixes and improvements

lottie-ios - 3.1.9 release

Published by buba447 almost 4 years ago

  • Add isAnimationPlaying to CompatibleAnimationView
  • change id accessor from internal to public
  • Updates to Text Rendering
  • fix: empty layerID causes crash
  • Rewrite Text Rendering to support Line Height + Added Font Provider
  • fixed #944 Images from Assets.xcassets are not loading
  • Work Around Xcode 12 Beta 1 Compilation Issues
  • Add isAnimationQueued to determine if animation will start when this view is added to a window
  • Changed ACL for animationView to public in AnimatedControl
lottie-ios - 3.1.8 Release

Published by buba447 over 4 years ago

Fixes a compile error introduced with 3.1.7 release

lottie-ios - 3.1.6 Release

Published by buba447 over 4 years ago

lottie-ios - 3.1.5 Release

Published by buba447 almost 5 years ago

Various improvements and bug fixes.

lottie-ios - 3.1.4 Release

Published by thedrick almost 5 years ago

This fixes a few bugs as well as adds support for animationSpeed setting on AnimatedControl

lottie-ios - 3.1.3 Release

Published by buba447 about 5 years ago

  • Various bug fixes
  • Added new API for cropping animations at runtime viewportFrame
  • Added new API for enabling/disabling nodes at runtime setNodeIsEnabled(isEnabled:, keypath:)
lottie-ios - 3.1.2 Release

Published by buba447 about 5 years ago

  • Various bug fixes
lottie-ios - 3.1.1 Release

Published by buba447 over 5 years ago

Minor improvements and bug fixes.

lottie-ios - 3.1.0 Swift 5

Published by buba447 over 5 years ago

Adds support for swift 5.

lottie-ios - 3.0.7

Published by buba447 over 5 years ago

Various bug fixes / Improvements

lottie-ios - 3.0.4 Release

Published by buba447 over 5 years ago

  • Fixes a Bug with Animated Switch
  • Various Bug Fixes
lottie-ios - 3.0.3 Release

Published by buba447 over 5 years ago

Added fix for content mode.