Skip to content

Releases: m1ga/ti.animation

Android 4.6.0

02 Feb 15:58
Compare
Choose a tag to compare
  • update Android Lottie framework to 6.3.0 (source)
  • update Android Rive framework to 5.1.5 (source)

Android 4.5.0

19 Jul 07:50
Compare
Choose a tag to compare
  • update Android Lottie framework to 6.1.0 (source)

Android 4.4.4

04 Jul 11:04
Compare
Choose a tag to compare
  • Rive version 4.3.2

Android 4.4.3

17 Feb 12:34
Compare
Choose a tag to compare
  • update Android Lottie framework to 6.0.0 (source)

Android 4.4.2

13 Feb 13:45
Compare
Choose a tag to compare

Android 4.4.1

09 Feb 12:42
Compare
Choose a tag to compare
  • 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

26 Jan 12:43
9c07c09
Compare
Choose a tag to compare
  • Use Lottie iOS 4.1.2
  • Use new rendering engine by default for much more performance

Android 4.4.0

15 Jan 15:54
4723308
Compare
Choose a tag to compare

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

check the example/app.js for a full example

iOS 5.0.1

18 Sep 12:37
Compare
Choose a tag to compare
  • Fix some race conditions
  • Fix string-based setters

iOS 5.0.0

17 Sep 14:10
fa5138a
Compare
Choose a tag to compare
  • 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