IBAnimatable v2.2 Release Notes

  • API breaking changes

    • ๐Ÿ”„ Change SystemPageCurlAnimator to SystemPageAnimator to support SystemPage(Curl) and SystemPage(UnCurl) transition animations.

    โœจ Enhancements

    • AnimatableLabel now conforms BorderDesignable
    • ๐Ÿ†• New transition animations #126:
      • SystemSuckEffect
      • SystemRippleEffect
      • SystemMoveIn
      • SystemPush
      • SystemReveal
      • SystemRotate to support:
        • SystemRotate(90)
        • SystemRotate(90ccw)
        • SystemRotate(180)
        • SystemRotate(180ccw)
        • => Note: It seems that only SystemRotate(90) is working as expected. CATransition issues?
      • SystemCameraIrisAnimator to support:
        • SystemCameraIris
        • SystemCameraIris(HollowOpen)
        • SystemCameraIris(HollowClose)
    • ๐Ÿ‘‰ Use framework in demo app #149

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix the sided borders issue #150
    • ๐Ÿ›  Fix the FromTop and FromBottom directions in system built-in animations #156