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
Post a Comment