Created
August 24, 2017 13:24
-
-
Save danhollick/a5ee0ea83c50f5cb28e866389e6fa990 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <StackPanel Orientation="Horizontal" Alignment="Center" ItemSpacing="10"> | |
| <Circle ux:Name="circleName" Height="60" Width="60" Color="#F1D751"/> | |
| <Circle Height="60" Width="60" Color="#6DBFD2" > | |
| <WhilePressed> | |
| <Move Target="circleName" Y="-1" RelativeTo="Size" Easing="BounceInOut" Duration="0.2"/> | |
| </WhilePressed> | |
| </Circle> | |
| </StackPanel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment