Skip to content

Instantly share code, notes, and snippets.

@banil-la
Last active August 18, 2017 07:33
Show Gist options
  • Save banil-la/ee3f3730e74a91734aef405687239a34 to your computer and use it in GitHub Desktop.
Save banil-la/ee3f3730e74a91734aef405687239a34 to your computer and use it in GitHub Desktop.
Fusetools: Intro - 1
<App>
<Text ux:Name="Text" Value="Press" Alignment="Center" Color="#fff"/>
<Rectangle ux:Name="Rectangle" Width="100" Height="100" Color="#275AFE" Alignment="Center">
<WhilePressed>
<Rotate Degrees="135" Duration="0.5" Easing="QuadraticIn" EasingBack="QuadraticOut"/>
<Change Rectangle.CornerRadius="30" Duration="0.25"/>
<Change Rectangle.Color="#FD6061" Duration="0.25"/>
<Change Text.Value="Release"/>
</WhilePressed>
</Rectangle>
</App>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment