strug
strug

Reputation: 11

Swift animation query

I am looking for the following animation:

A circle on the screen expands and covers the whole screen. Then a new screen comes.

I have found that this: https://github.com/rounak/TwitterBirdAnimation/ library does somewhat similar. Instead of that twitter logo, we can use the circle. But, the problem is that before expanding, it contracts a little.

Is there any other method to do this?

Kindly guide me.

Thank you.

Upvotes: 1

Views: 49

Answers (1)

ZGski
ZGski

Reputation: 2538

It sounds like you're looking for something similar to a material design transition. A great place to start might be this Ray Wenderlich tutorial. It may not necessarily be the most efficient way to go about creating a material design transition, but it's a good place to start.

Upvotes: 1

Related Questions