Skip to content

1.0.20

Compare
Choose a tag to compare
@zj565061763 zj565061763 released this 18 May 12:51
· 262 commits to master since this release
  • 去掉了FAnimator和FAnimatorSet中带View参数的构造方法
  • FIAnimator 重命名 IAnimator
  • FIPropertyAnimator 重命名 IPropertyAnimator
  • 重构FAnimatorSet内部实现,增加一些安全监测,比如遇到空的节点动画抛异常
  • 新增Aligner接口,以及两个默认的实现类XCenterAligner和YCenterAligner,用于执行动画view移动到目标view的时候自定义对齐方式
  • 去掉原先的对齐枚举AlignType