Bug fixes & useScaleBasedSizeChange modifier
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.