Skip to content

3.3.0

Compare
Choose a tag to compare
@gpeal gpeal released this 02 Dec 18:05
· 465 commits to master since this release

Features and Improvements

  • Added a safeMode API that wraps draw with a try/catch. Can be used for problematic devices
    #1449.
  • Add support for mask mode none.

Bugs Fixed

  • Improve the performance of setProgress, particularly for animations with many non-animated
    properties.
  • Fix a bug where animations may not resume on reattach if their state was saved after they were
    detached.