-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Change Log
Luke Zhao edited this page Dec 25, 2016
·
22 revisions
- 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