<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Navigation with Animated Transition Effects</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx</link><description>One of the common things that developers want to do is to navigate between pages of their application. Once they have that, then they want to make the transitions look pretty. The attached project (see below) show how to do use a TransitionControl to</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>
	
        Silverlight news for June 15, 2008 
    
</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx#8600946</link><pubDate>Sun, 15 Jun 2008 16:09:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8600946</guid><dc:creator>
	
        Silverlight news for June 15, 2008 
    
</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.silverlightshow.net/news/Silverlight-news-for-June-15-2008.aspx"&gt;http://www.silverlightshow.net/news/Silverlight-news-for-June-15-2008.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>ページ遷移エフェクト</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx#8602314</link><pubDate>Mon, 16 Jun 2008 04:12:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8602314</guid><dc:creator>川西 裕幸のブログ</dc:creator><description>&lt;p&gt;Dave Relyeaのブログ に、Silverlight 2でのページ遷移エフェクトのサンプルが紹介されています。 ITransitionControlというインターフェイスと、UserControlからTransisionControlクラスをを定義して、スワップやワイプやフェードなどの遷移を実装しています&lt;/p&gt;
</description></item><item><title>Silverlight Cream for June 16, 2008 -- #300</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx#8609062</link><pubDate>Tue, 17 Jun 2008 07:44:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8609062</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;Mino has a SL2B2 video player drop-in, Emil Stoychev on Custom Controls, Tamir Khason on a binding bug&lt;/p&gt;
</description></item><item><title>re: Navigation with Animated Transition Effects</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx#8612325</link><pubDate>Tue, 17 Jun 2008 22:46:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8612325</guid><dc:creator>BruceDenham</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;Enjoyed talking to you last week at the Silverlight training. &lt;/p&gt;
&lt;p&gt;This is great stuff. I'll have to dig into the code more, but I'm wondering why there's such a performance hit when animating the control (DataGrid). Obviously that's a heavy duty control, but it seems like there would be a way to take a snapshot of the control and animate that. But maybe that's not yet possible in SL2.&lt;/p&gt;
&lt;p&gt;Again, great stuff. &lt;/p&gt;
&lt;p&gt;Bruce Denham&lt;/p&gt;
</description></item><item><title>re: Navigation with Animated Transition Effects</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx#8616374</link><pubDate>Wed, 18 Jun 2008 16:07:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8616374</guid><dc:creator>Dave Relyea</dc:creator><description>&lt;p&gt;DataGrid is about the most heavyweight controls demo that I could have chosen, and I think that's what made me do it. So any other mix of controls will look good by comparison.&lt;/p&gt;
&lt;p&gt;It would also be possible to get more sophisticated and load the new pages up in advance, and make sure it goes through layout, etc.&lt;/p&gt;
&lt;p&gt;We don't have a way of doing the snapshot thing in this version.&lt;/p&gt;
&lt;p&gt;But anyway...who really requires a zooming, spinning DataGrid like that? Other transitions are smoother.&lt;/p&gt;
</description></item><item><title>re: Navigation with Animated Transition Effects</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx#8640397</link><pubDate>Mon, 23 Jun 2008 02:20:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8640397</guid><dc:creator>samcov</dc:creator><description>&lt;p&gt;The failure of the datagrid to perform simply points out two nagging problems.&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp;No threading of the user interface, and failing that, no support for a yield to allow the data to load without freezing the UI.&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;As Dave stated, even if you can't do it right, access to a lower level Drawing/Bitmap API would allow you to capture and bitblt to the display.&lt;/p&gt;
&lt;p&gt;SilverLight has a bit of growing up to do, but we'll get there.&lt;/p&gt;
</description></item><item><title>Pages in Silverlight</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx#8920326</link><pubDate>Tue, 02 Sep 2008 20:24:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8920326</guid><dc:creator>Blogs</dc:creator><description>&lt;p&gt;Pages as a paradigm likely pre-date the web itself although they have been popularized by document-based&lt;/p&gt;</description></item><item><title>Additional Navigation Resources</title><link>http://blogs.msdn.com/devdave/archive/2008/06/13/navigation-with-transition-effects.aspx#9000102</link><pubDate>Wed, 15 Oct 2008 00:56:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9000102</guid><dc:creator>Silverlight SDK</dc:creator><description>&lt;p&gt;Navigation is a fairly big subject, but there is not much built-in support for it in Silverlight 2 as&lt;/p&gt;</description></item></channel></rss>