Skip to content

Instantly share code, notes, and snippets.

@danhollick
Created August 24, 2017 13:24
Show Gist options
  • Select an option

  • Save danhollick/a5ee0ea83c50f5cb28e866389e6fa990 to your computer and use it in GitHub Desktop.

Select an option

Save danhollick/a5ee0ea83c50f5cb28e866389e6fa990 to your computer and use it in GitHub Desktop.
<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