Shubham Sahu

Shubham Sahu

  • NA
  • 58
  • 3.1k

Fill circle with animating waves

Sep 2 2017 3:42 AM
i have a circle (Ellipse) in my windows phone app
 
  1. <Ellipse x:Name="AniCircle" Grid.Column="1" Grid.Row="0"      VerticalAlignment="Top"  
  2.                      Stroke="{StaticResource PhoneAccentBrush}"  
  3.                      StrokeThickness="4"  
  4.                      Width="240"  
  5.                      Height="240" /> 
 
i want to fille circle with animating waves similar to this
 
 
 
 
 
 
 
 
 
 
 
 
i followed this  https://stackoverflow.com/questions/22044041/animate-circles-fill-using-sine-wave solution but unable to get in windows phone 8.1

Answers (3)