Browse Source

Fixed demo animation

pull/3871/head
Nikita Tsukanov 6 years ago
parent
commit
83b9e78f63
  1. 2
      samples/RenderDemo/Pages/AnimationsPage.xaml

2
samples/RenderDemo/Pages/AnimationsPage.xaml

@ -145,7 +145,7 @@
<KeyFrame Cue="50%">
<Setter Property="BoxShadow" Value="20 20 0 0 Blue"/>
</KeyFrame>
<KeyFrame Cue="90%">
<KeyFrame Cue="100%">
<Setter Property="BoxShadow" Value="20 20 10 20 Green"/>
</KeyFrame>
</Animation>

Loading…
Cancel
Save