Lottie for Android, iOS, and React Native v3.6.0 Release Notes

  • ๐Ÿ”‹ Features and Improvements

    • LottieProperty.TRANSFORM_POSITION_X and LottieProperty.TRANSFORM_POSITION_Y has been added to enable dynamic properties on transform positions that have split dimensions enabled (#1714)
    • ๐Ÿ‘ Allow targeting matte layers with dynamic properties/KeyPath (#1710)
    • Properly render points that have different interpolators on the x andy axis (#1709)
    • ๐Ÿ‘Œ Support ColorStateLists in LottieAnimationView lottie_colorFilter xml attribute (#1708) ### ๐Ÿ› Bugs Fixed
    • Don't set LottieDrawable bounds internally. It will not respect the bounds set on it (#1713)
    • ๐Ÿ›  Fix a rare NPE running lazy composition tasks (#1711)
    • Don't render masks with <1px of width or height (#1704)
    • After replacing a composition on LottieAnimationView with another drawable then setting it back would cause the animation to not render (#1703)
    • Properly display text at the end of an animation (#1689)
    • โฑ Always cancel animations when a LottieDrawable is unscheduled from LottieAnimationView (adb331)