<?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: Link Nudging</title>
	<atom:link href="http://www.clientcide.com/code-snippets/visual-effects/link-nudging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clientcide.com/code-snippets/visual-effects/link-nudging/</link>
	<description>Making stuff work on the other side of the request.</description>
	<lastBuildDate>Tue, 05 Jan 2010 18:16:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron N.</title>
		<link>http://www.clientcide.com/code-snippets/visual-effects/link-nudging/comment-page-1/#comment-31632</link>
		<dc:creator>Aaron N.</dc:creator>
		<pubDate>Mon, 08 Dec 2008 16:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=583#comment-31632</guid>
		<description>That would work just fine, too. The only issue here is that this instance of Fx.Morph could be accessed and altered by using the .morph shortcut again. If your work had any chance of morphing that object again you might want to segregate the instances. Still, a pretty rare edge case. I&#039;d probably write it as you have it above.</description>
		<content:encoded><![CDATA[<p>That would work just fine, too. The only issue here is that this instance of Fx.Morph could be accessed and altered by using the .morph shortcut again. If your work had any chance of morphing that object again you might want to segregate the instances. Still, a pretty rare edge case. I&#8217;d probably write it as you have it above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SixtyMonkey</title>
		<link>http://www.clientcide.com/code-snippets/visual-effects/link-nudging/comment-page-1/#comment-31630</link>
		<dc:creator>SixtyMonkey</dc:creator>
		<pubDate>Mon, 08 Dec 2008 07:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=583#comment-31630</guid>
		<description>What about...

&lt;code&gt;$$(&#039;#footer-topics-1 a&#039;).each(function(el) {
	el.set(&#039;morph&#039;, {duration:300, link:&#039;cancel&#039;}).addEvents({
		&#039;mouseenter&#039;: function() { this.morph({ &#039;padding-left&#039;: 20 }); },
		&#039;mouseleave&#039;: function() { this.morph({ &#039;padding-left&#039;: 0 }); }
	});
});&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>What about&#8230;</p>
<p><code>$$('#footer-topics-1 a').each(function(el) {<br />
	el.set('morph', {duration:300, link:'cancel'}).addEvents({<br />
		'mouseenter': function() { this.morph({ 'padding-left': 20 }); },<br />
		'mouseleave': function() { this.morph({ 'padding-left': 0 }); }<br />
	});<br />
});</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
