<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mask Animations (Clipping Path Animations) In Silverlight Without a Line of Code</title>
	<atom:link href="http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/</link>
	<description>Matthias Shapiro's WPF &#38; Silverlight Blog - Because Developers Get All The Good Blogs</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:52:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Clipping path</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2703</link>
		<dc:creator>Clipping path</dc:creator>
		<pubDate>Fri, 13 Aug 2010 13:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2703</guid>
		<description>what a nice animation masking code. really enjoyable</description>
		<content:encoded><![CDATA[<p>what a nice animation masking code. really enjoyable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clipping path india</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2656</link>
		<dc:creator>clipping path india</dc:creator>
		<pubDate>Fri, 28 May 2010 18:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2656</guid>
		<description>wow what a nice clipping path service specialist. I like it. keep it up.thanks</description>
		<content:encoded><![CDATA[<p>wow what a nice clipping path service specialist. I like it. keep it up.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Bruyneel</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2463</link>
		<dc:creator>Tom Bruyneel</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2463</guid>
		<description>While clipping paths in wpf indeed leave some things to be desired, it&#039;s not that hard as some make it seem to animate them. You certainly don&#039;t have to follow the steps in this blog to be able to animate them. A more comprehensive article can be found here:

http://blogs.msdn.com/expression/archive/2008/01/21/clip-path-editing-and-animating-in-blend-2.aspx</description>
		<content:encoded><![CDATA[<p>While clipping paths in wpf indeed leave some things to be desired, it&#8217;s not that hard as some make it seem to animate them. You certainly don&#8217;t have to follow the steps in this blog to be able to animate them. A more comprehensive article can be found here:</p>
<p><a href="http://blogs.msdn.com/expression/archive/2008/01/21/clip-path-editing-and-animating-in-blend-2.aspx" rel="nofollow">http://blogs.msdn.com/expression/archive/2008/01/21/clip-path-editing-and-animating-in-blend-2.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elbergon</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2411</link>
		<dc:creator>Elbergon</dc:creator>
		<pubDate>Fri, 19 Feb 2010 01:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2411</guid>
		<description>If you dont like to work whith MS Blend, just do not do that &quot;Ridiculous&quot;; here is not flash...</description>
		<content:encoded><![CDATA[<p>If you dont like to work whith MS Blend, just do not do that &#8220;Ridiculous&#8221;; here is not flash&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john coltrane</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2408</link>
		<dc:creator>john coltrane</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2408</guid>
		<description>I found this simple trick on my own a few months ago, explained it to a co-worker and totally forgot about it in the mean time.

I was here looking for a solution and he just re-explained it to me so here it is...

Say you want to show a rocket taking off within a small frame. The tip of the rocket appears from the bottom of the frame and goes up and up until the bottom of the rocket has disappeared from the top of the frame.

1. put the rocket in a blank canvas that is roughly the size of your frame (its size is not really important)

2. draw a shape the size of your frame (you don&#039;t have to put it inside the canvas but it&#039;s cleaner)

3. make the shape a clipping path but you MUST select the canvas instead of the rocket

4. you can then animate both the canvas and the rocket to your heart&#039;s desire</description>
		<content:encoded><![CDATA[<p>I found this simple trick on my own a few months ago, explained it to a co-worker and totally forgot about it in the mean time.</p>
<p>I was here looking for a solution and he just re-explained it to me so here it is&#8230;</p>
<p>Say you want to show a rocket taking off within a small frame. The tip of the rocket appears from the bottom of the frame and goes up and up until the bottom of the rocket has disappeared from the top of the frame.</p>
<p>1. put the rocket in a blank canvas that is roughly the size of your frame (its size is not really important)</p>
<p>2. draw a shape the size of your frame (you don&#8217;t have to put it inside the canvas but it&#8217;s cleaner)</p>
<p>3. make the shape a clipping path but you MUST select the canvas instead of the rocket</p>
<p>4. you can then animate both the canvas and the rocket to your heart&#8217;s desire</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2350</link>
		<dc:creator>zac</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2350</guid>
		<description>I&#039;ve played with this for a few days now.  There is no way this is a true masking effect.  Let me explain. Yes you can make some cool effects with what is described in the tutorial above.  HOWEVER, you can only animate the clipping path and not the image under it.  One of the comments suggested above it takes 5 seconds to create a masking effect in Flash and that is correct.  When you create a masking effect in Flash you can animate both the mask AND the image you are masking at the same time.  This gives you enormous possibilities for animation effects that you don&#039;t have with blend.  I&#039;m really hoping for an upgrade in Blend 4.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve played with this for a few days now.  There is no way this is a true masking effect.  Let me explain. Yes you can make some cool effects with what is described in the tutorial above.  HOWEVER, you can only animate the clipping path and not the image under it.  One of the comments suggested above it takes 5 seconds to create a masking effect in Flash and that is correct.  When you create a masking effect in Flash you can animate both the mask AND the image you are masking at the same time.  This gives you enormous possibilities for animation effects that you don&#8217;t have with blend.  I&#8217;m really hoping for an upgrade in Blend 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2334</link>
		<dc:creator>zac</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2334</guid>
		<description>I agree with the other comments here.  ARE YOU LISTENING MICROSOFT?  They need to ditch this whole clipping thing and make a real masking feature.  What is written up above is equivalent to a hack.  If you are going to get design animators to work with this product, you need to get a real masking feature.</description>
		<content:encoded><![CDATA[<p>I agree with the other comments here.  ARE YOU LISTENING MICROSOFT?  They need to ditch this whole clipping thing and make a real masking feature.  What is written up above is equivalent to a hack.  If you are going to get design animators to work with this product, you need to get a real masking feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ridiculous</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2192</link>
		<dc:creator>Ridiculous</dc:creator>
		<pubDate>Tue, 08 Dec 2009 01:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2192</guid>
		<description>Actually, I take it back. I have done it a few times now; It&#039;s klugy and hacky and a completely stupid workflow, but at least it works.
Microsoft needs to fix this in future versions, this is as undiscoverable as most other features in Blend.</description>
		<content:encoded><![CDATA[<p>Actually, I take it back. I have done it a few times now; It&#8217;s klugy and hacky and a completely stupid workflow, but at least it works.<br />
Microsoft needs to fix this in future versions, this is as undiscoverable as most other features in Blend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ridiculous</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-2191</link>
		<dc:creator>Ridiculous</dc:creator>
		<pubDate>Tue, 08 Dec 2009 01:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-2191</guid>
		<description>Mking a mask in Flash is a 5-second affair. IN Silverlight it takes 5 MINUTES and is stupidly complex. Even the method you describe above is unacceptably complex.</description>
		<content:encoded><![CDATA[<p>Mking a mask in Flash is a 5-second affair. IN Silverlight it takes 5 MINUTES and is stupidly complex. Even the method you describe above is unacceptably complex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geez</title>
		<link>http://www.designerwpf.com/2009/01/15/mask-animations-clipping-path-animations-in-silverlight-without-a-line-of-code/comment-page-1/#comment-1398</link>
		<dc:creator>Geez</dc:creator>
		<pubDate>Sat, 04 Apr 2009 13:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/?p=472#comment-1398</guid>
		<description>[quote]
When I worked with Flash, mask animations were my bread and butter and they seemed so hard to do in Silverlight.

But they’re not.
[/quote]

I totally disagree. Creating masked animations in Silverlight/ WPF is a real pain, and in some situations impossible (without code that is).</description>
		<content:encoded><![CDATA[<p>[quote]<br />
When I worked with Flash, mask animations were my bread and butter and they seemed so hard to do in Silverlight.</p>
<p>But they’re not.<br />
[/quote]</p>
<p>I totally disagree. Creating masked animations in Silverlight/ WPF is a real pain, and in some situations impossible (without code that is).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
