Search code examples
iphoneioscocoa-touchuiviewuiviewanimationtransition

Reproducing Animated Effect of Timeline like the one in Google plus ios app


I am very confused with the 3D lookalike animation of Tiles on the Timeline in the Google Plus iOS App. I am working on it but I am not able to find success in creating a perfect 3D animation of the Objects. I have some simple knowledge regarding Animations with blocks for UIView elements. But I don't know how to apply a 3D Transition.

Could you help me?

I found this but its for android and answers are for js. Something similar to this.

enter image description here


Solution

  • Did it myselves via CATransform3D after understanding Nikola's answer...

    GitHub LInk :

    https://github.com/mayuur/GooglePlusiOSUIViewAnimationSdk