c# - making animation of fading picture -


i need simple game , player should tap pictures in time limit , when player taps picture , want make animation of picture fading out

i using visual studio 2012 express windows phone

i think it's has opacityproperty

am not asking whole code , want helpful way start

just create storyboard animation changing opacity of image, like

<storyboard>     <doubleanimation         storyboard.targetname="imagename"         storyboard.targetproperty="opacity"                 from="1.0" to="0.0" duration="0:0:1"         /> </storyboard> 

Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -