Skip to content

2.2

Compare
Choose a tag to compare
@JakeLin JakeLin released this 04 Apr 11:53
· 1419 commits to master since this release

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