Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UdaraAlwis/XFFlipViewControl
An awesome animated Flippable View Control with Xamarin.Forms, or a Flipity Flippy Flippin' Flip View right here fellas! :D
https://github.com/UdaraAlwis/XFFlipViewControl
animations flip-animation flipview xamarin xamarin-forms
Last synced: 29 days ago
JSON representation
An awesome animated Flippable View Control with Xamarin.Forms, or a Flipity Flippy Flippin' Flip View right here fellas! :D
- Host: GitHub
- URL: https://github.com/UdaraAlwis/XFFlipViewControl
- Owner: UdaraAlwis
- Created: 2017-06-27T16:50:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T05:19:56.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T23:24:50.109Z (4 months ago)
- Topics: animations, flip-animation, flipview, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 14.9 MB
- Stars: 44
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xamarin-forms - XFFlipViewControl ★43
README
# An awesome animated Flippable View with Xamarin.Forms
Let me create an awesomely animated Flippable View control with Xamarin.Forms! :)
Something that Flips! Flipity Flippy Flippin' Flip View right out of Xamarin.Forms yol! :D
Check out the full blog article here: https://theconfuzedsourcecode.wordpress.com/2017/12/10/its-a-flippin-flipity-flippable-view-in-xamarin-forms/
Ok so let me elaborate step by step..
1. Prepare a MainLayout View to hold two child Layouts (FrontView and BackView) in it
2. Add the FrontView and BackView on top of each other inside the MainLayout View
3. Rotate the MainLayout 90 degrees using Xamarin.Forms Animations API
4. Swap the FrontView and BackView
5. Then Rotate the MainLayout another 90 degrees
6. And Repeat the same...
That's it!