Skip to content

Bug fixes & useScaleBasedSizeChange modifier

Compare
Choose a tag to compare
@lkzhao lkzhao released this 05 Feb 05:12
· 410 commits to master since this release

0.1.5

  • fix a bug where toViewController's delegate callbacks are not being called

  • fix a bug where fromViewController's delegate callbacks receive incorrect parameters.

  • Add useScaleBasedSizeChange modifier.

    Force Hero use scale based size animation. This will convert all .size modifier into .scale modifier.
    This is to help Hero animate layers that doesn't support bounds animation. Also gives better performance when animating.