Ti.animation Versions Save

Airbnb Lottie + Rive animation module for Titanium SDK

android-4.6.0

3 months ago
  • update Android Lottie framework to 6.3.0 (source)
  • update Android Rive framework to 5.1.5 (source)

android-4.5.0

9 months ago
  • update Android Lottie framework to 6.1.0 (source)

android-4.4.4

10 months ago
  • Rive version 4.3.2

android-4.4.3

1 year ago
  • update Android Lottie framework to 6.0.0 (source)

android-4.4.2

1 year ago

android-4.4.1

1 year ago
  • update androidx.startup:startup-runtime to 1.1.1
  • fix in start() method: only call cancel if animation was running
  • add frame 0 to update event when status is start

ios-6.0.0

1 year ago
  • Use Lottie iOS 4.1.2
  • Use new rendering engine by default for much more performance

android-4.4.0

1 year ago

Adding Rive support (https://rive.app/)

check the example/app.js for a full example

ios-5.0.1

1 year ago
  • Fix some race conditions
  • Fix string-based setters

ios-5.0.0

1 year ago
  • 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
  • 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