Designing with Silverlighthttp://forums.silverlight.net//19.aspx/1?Designing+with+SilverlightDiscussions around design implementations, XAML for Silverlight and design ideasMon, 01 Jan 0001 00:00:00 -050019266161http://forums.silverlight.net//p/118256/266161.aspx/1?Wobbly+Window+effectWobbly Window effect <p>Hi All,</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I was watching the <a href="http://videos.visitmix.com/MIX09/C27M">Mix drag behaviours</a> and was wondering if this could enabled to show <a href="http://www.youtube.com/watch?v=nbCg9_YgKgM">Beryl like wobbly windows</a>. </p> <p>I seen a somewhat&nbsp;similar effects on bottom of this post like <a href="http://www.shinedraw.com/animation-effect/silverlight-vs-flash-resilience-rectangle/"> http://www.shinedraw.com/animation-effect/silverlight-vs-flash-resilience-rectangle/</a>&nbsp;or <a href="http://www.gleblanc.eu/Blog/post/PlaneTransform.aspx">http://www.gleblanc.eu/Blog/post/PlaneTransform.aspx</a>&nbsp;(bottom animation) but not a drag image or&nbsp;window. Does anyone have a sample?</p> <p>Slyi&nbsp;</p> 2009-08-09T04:13:56-04:00266911http://forums.silverlight.net//p/118256/266911.aspx/1?Re+Wobbly+Window+effectRe: Wobbly Window effect <p>It is possible to do, but not practical. Implementation would be complex and performance most likely&nbsp;quite poor. Beryl wobbly windows made possible with help of 3D acceleration not supported in SL3. If you want to learn more&nbsp;google&nbsp;soft body or cloth simulation. nVidia site should have something on this subject as well.</p> 2009-08-10T22:22:14-04:00266975http://forums.silverlight.net//p/118256/266975.aspx/1?Re+Wobbly+Window+effectRe: Wobbly Window effect <p>I was thinking phyics library like <a href="http://chriscavanagh.wordpress.com/2008/06/24/silverlight-soft-body-physics/"> http://chriscavanagh.wordpress.com/2008/06/24/silverlight-soft-body-physics/</a>&nbsp;but that is proably overkill.</p> <p>Anyway kind got the effect&nbsp;i wanted using just contentcontrol with an&nbsp;animated path.</p> <p>Demo: <a href="http://silverlight.services.live.com/invoke/6655/Wobbly/iframe.html"> http://silverlight.services.live.com/invoke/6655/Wobbly/iframe.html</a>&nbsp;</p> <p>Code: <a href="http://cid-289eaf995528b9fd.skydrive.live.com/self.aspx/Public/wobbly.zip"> http://cid-289eaf995528b9fd.skydrive.live.com/self.aspx/Public/wobbly.zip</a></p> 2009-08-11T01:49:46-04:00