Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Last active June 25, 2018 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/89a4c23e78674ffe5e64092862f6359f to your computer and use it in GitHub Desktop.
Save juucustodio/89a4c23e78674ffe5e64092862f6359f to your computer and use it in GitHub Desktop.
Example of how to implement animations in Xamarin.Forms applications - http://julianocustodio.com/animations
<ContentPage.Resources>
<ResourceDictionary>
<xamanimation:StoryBoard
x:Key="LogoAnimation"
Target="{x:Reference Logo}">
<xamanimation:RelRotateToAnimation Rotation="360" Duration="750" />
</xamanimation:StoryBoard>
</ResourceDictionary>
</ContentPage.Resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment