3.4.4
版本发布时间: 2022-10-08 05:32:32
airbnb/lottie-ios最新发布版本:4.5.0(2024-07-10 02:48:40)
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 Lottie 4.0, which we plan on releasing later this month. More information is available in this announcement: https://github.com/airbnb/lottie-ios/discussions/1627
What's Changed
- Updated Main Thread rendering engine to use
warn
(print
) instead ofassertionFailure
when detecting unsupported usage of repeaters (https://github.com/airbnb/lottie-ios/pull/1754) - Fixed issue where manually-interpolated shape animations would ignore time remapping (https://github.com/airbnb/lottie-ios/pull/1757)
- Added marker duration support (https://github.com/airbnb/lottie-ios/pull/1749)
- Updated
animationDidSet
to beopen
(https://github.com/airbnb/lottie-ios/pull/1746) - Updated
AnimatedSwitch
andAnimatedButton
to allow overrides of begin/end tracking in subclasses (https://github.com/airbnb/lottie-ios/pull/1747) - Added
animateUpdateWhenChangingAnimation
flag toAnimatedControl
(https://github.com/airbnb/lottie-ios/pull/1750)