Hero: Can this library be used to replicate the iOS 11 Appstore Card animation?

Created on 4 Dec 2017  路  6Comments  路  Source: HeroTransitions/Hero

Looking to use an all inclusive animation library in my project. Can this be used to replicate the iOS 11 Appstore Card opening/closing animation?

Most helpful comment

Not sure if you guys have seen this. Just FYI that I made a example a month ago and I totally forgot about it.
https://github.com/lkzhao/AppStoreTransition

All 6 comments

Should be able to. I don't see any significant problem. But it is a very complicated transition requiring some time to tweak.

I will try to build an example of App store transition using this week. stay tuned.

I would also suggest you take a look at: https://github.com/PaoloCuscela/Cards

Almost able to reproduce iOS 11 App Store card animations. Still have issues to handle corner radius and shadows of the tiles. These are not animated correctly: they disappear before each animation, and reappear after animation is finished (when dismissing the controller)
It seems that none of these parameters are taking into account during the transition. Any idea on that?

Not sure if you guys have seen this. Just FYI that I made a example a month ago and I totally forgot about it.
https://github.com/lkzhao/AppStoreTransition

Works great thanks!!

@RomeHein I having same issue with animating corner radius. How did you solved it?

Was this page helpful?
0 / 5 - 0 ratings