Morphing from an image to a shape in Silverlight 3
Posted
by Moo
on Stack Overflow
See other posts from Stack Overflow
or by Moo
Published on 2010-04-06T13:41:20Z
Indexed on
2010/04/06
14:13 UTC
Read the original article
Hit count: 441
silverlight-3.0
|Silverlight
Hi,
I have a requirement to morph from an image (png) to a shape (polygon) in Silverlight 3 as an effect, but of course there is no built in transition or method to do this.
At the moment the best I have is fade one out and the other in, but can anyone suggest a decent alternative that may work or look better?
Regards
Moo
© Stack Overflow or respective owner