<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Xcode Animations and Transitions</title>
	<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/</link>
	<description>Despotic Development</description>
	<pubDate>Sun, 14 Mar 2010 23:58:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Bash</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-94988</link>
		<dc:creator>Bash</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:45:40 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-94988</guid>
		<description>&lt;p&gt;Hey Ankur,
Still working on that new tutorial with core image? plus do you freelance build cocoa applications?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Ankur,<br />
Still working on that new tutorial with core image? plus do you freelance build cocoa applications?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-79994</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Sun, 27 Apr 2008 12:14:29 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-79994</guid>
		<description>&lt;p&gt;Keeping the shadow would be difficult, but transparency:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;spec.option = CGSLeft &#124; (1&#60;&#60;7);
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Keeping the shadow would be difficult, but transparency:</p>
<pre><code>spec.option = CGSLeft | (1&lt;&lt;7);
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: hypereye</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-79849</link>
		<dc:creator>hypereye</dc:creator>
		<pubDate>Sun, 27 Apr 2008 02:19:46 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-79849</guid>
		<description>&lt;p&gt;soo .. how do you get rid of the black background? 
transparency would be be oh so cool!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>soo .. how do you get rid of the black background?<br />
transparency would be be oh so cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Core Transitions Framework &#8250; Vacuous Virtuoso</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-30575</link>
		<dc:creator>Core Transitions Framework &#8250; Vacuous Virtuoso</dc:creator>
		<pubDate>Tue, 25 Sep 2007 09:43:32 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-30575</guid>
		<description>&lt;p&gt;[...] removed it. If you&#8217;re after transition effects, I still have some great resources and tutorials.    Gregarious FeedFlare     Back to Top [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] removed it. If you&#8217;re after transition effects, I still have some great resources and tutorials.    Gregarious FeedFlare     Back to Top [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-24232</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 03 Sep 2007 15:31:28 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-24232</guid>
		<description>&lt;p&gt;First, thanks for this great example.&lt;/p&gt;

&lt;p&gt;Now I have one question:
What needs to be done that the shadow of the window remains during the transition? Perhaps you can post some code...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First, thanks for this great example.</p>
<p>Now I have one question:<br />
What needs to be done that the shadow of the window remains during the transition? Perhaps you can post some code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-18522</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Thu, 26 Jul 2007 14:27:35 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-18522</guid>
		<description>&lt;p&gt;Nick, there are plenty of different directions which the cube can rotate. The &lt;code&gt;spec.option&lt;/code&gt; in the above post can take values such as CGSLeft, CGSRight, CGSDown, etc. - but it doesn't spin clockwise / anti-clockwise.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nick, there are plenty of different directions which the cube can rotate. The <code>spec.option</code> in the above post can take values such as CGSLeft, CGSRight, CGSDown, etc. - but it doesn&#8217;t spin clockwise / anti-clockwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-18516</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 26 Jul 2007 12:33:29 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-18516</guid>
		<description>&lt;p&gt;A quick question:
would it be possible to implement a rotation of the screen in a clockwise/counter-clockwise direction?
ie a workaround for displaying the screen in portrait mode for those nvidia display card owners (like 12" powerbook) who dont' get the rotate option in the dispay preferences.
the CGSSetWindowTransform method sounds intriguing as a possible solution.
Or if you can control the cube transition to rotate on a different axis.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A quick question:<br />
would it be possible to implement a rotation of the screen in a clockwise/counter-clockwise direction?<br />
ie a workaround for displaying the screen in portrait mode for those nvidia display card owners (like 12&#8243; powerbook) who dont&#8217; get the rotate option in the dispay preferences.<br />
the CGSSetWindowTransform method sounds intriguing as a possible solution.<br />
Or if you can control the cube transition to rotate on a different axis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Secret Quicksilver animation effects &#8250; Vacuous Virtuoso</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-14607</link>
		<dc:creator>Secret Quicksilver animation effects &#8250; Vacuous Virtuoso</dc:creator>
		<pubDate>Fri, 22 Jun 2007 14:00:36 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-14607</guid>
		<description>&lt;p&gt;[...] also adds methods to use private Core Graphics transitions for instances of NSWindow or its subclasses. The main method is defined something [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] also adds methods to use private Core Graphics transitions for instances of NSWindow or its subclasses. The main method is defined something [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-14305</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Wed, 20 Jun 2007 06:17:53 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-14305</guid>
		<description>&lt;p&gt;WD-NYC Designer, what do mean by block the interface? Freeze the window or black out the screen?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>WD-NYC Designer, what do mean by block the interface? Freeze the window or black out the screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WD-NYC designer</title>
		<link>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-14211</link>
		<dc:creator>WD-NYC designer</dc:creator>
		<pubDate>Tue, 19 Jun 2007 16:46:01 +0000</pubDate>
		<guid>http://lipidity.com/apple/cocoa/xcode-transitions-core-graphics-image-2/#comment-14211</guid>
		<description>&lt;p&gt;Can you please tell me how you block the interface?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can you please tell me how you block the interface?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
