Releases: m1ga/ti.animation
Releases · m1ga/ti.animation
Android 4.4.0
Adding Rive support (https://rive.app/)
check the example/app.js for a full example
iOS 5.0.1
- Fix some race conditions
- Fix string-based setters
iOS 5.0.0
- Complete rewrite in Swift to support Lottie 3.x and therefore more kind of (advanced) animations
- Heavily improved performance by supporting the core animation rendering engine
- Enable with
TiAnimation.newRenderingEngineEnabled = true
- Enable with
- Support for passing files not only from the app bundle but also from the application data directory
- Support for passing raw JSON strings via the
jsonString
property - More parity with Android
iOS 4.0.1
- Restored iOS 12 compatibility (thanks to @mbender74)
Android 4.3.0
updated Lottie library to 5.2.0 (Changelog)
iOS 4.0.0
- Support macOS Catalyst and arm64 Apple Silicon architecture (thanks to @mbender74!)
Android 4.2.0
- updated Lottie library to 4.2.1 (Changelog)
Android 4.1.0
- update Lottie to 3.7.1
- support for dotLottie files. Samples at https://dotlottie.io/structure/#sample-dotlottie-files (a zip with extra data)
Anrdoid 4.0.1
- Update Lottie SDK to 3.5.0 (https://github.com/airbnb/lottie-android/releases/tag/v3.5.0)
Android 4.0.0
- Update Lottie SDK to 3.4.0 (https://github.com/airbnb/lottie-android/releases/tag/v3.4.0)
- Support for Titanium SDK 9.0.0
- Fixed loading issues (if you get a
file not found
error try adding a/
)