-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Change Log
Luke Zhao edited this page Jan 6, 2017
·
22 revisions
- Add live injection example
- Make
snapshotViewavailable to all HeroAnimators. - Add
heroWillStartTransition&heroDidEndTransitioncallbacks toHeroViewControllerDelegate - Fix animation for UIStackView https://github.com/lkzhao/Hero/pull/18
- Smoother UIImageView animation for bounds change https://github.com/lkzhao/Hero/pull/16
- Add Carthage support
- Cleaner resume animation after an interactive transition.
- plugin API:
seekTo(progress:Double)changed toseekTo(timePassed:TimeInterval) - plugin API:
resume(progress:Double, reverse:Bool)changed toresume(timePassed:TimeInterval, reverse:Bool) - provides dynamic duration by default. material design(duration & timing)
- rename
clearSubviewClassestoclearSubviewModifiers. was a naming mistake. - set default animation to be CABasicAnimation with the Standard Curve from material design (easing).
- add the new arc effect from material design (movement).
- add arc effect to Basic, Menu, & ListToGrid examples.
- add the ability to show arc path in the Debug Plugin.
- ignore
HeroModifiersfor source view when matched with a target view with the sameHeroID - some small optimization & bug fixes