Raaz Khoshnood
Raaz Khoshnood

Reputation: 21

Xamarin Forms Page Transition Animation

I am trying to animate my page so that when the settings icon(in the top right) is clicked, the settings page will expand from the top right as a circle over the current main page.Example settings page

Also when you click on the corner of the mainpage I want to close the circle. Does anyone have any idea of how I could do this?

Upvotes: 1

Views: 1773

Answers (1)

Raaz Khoshnood
Raaz Khoshnood

Reputation: 21

I found a solution to my question here: Popout frame

I created a frame with a corner radius such that the frame was a circle shape then I used a scale animation to make it pop in and out.

Upvotes: 1

Related Questions