<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mindtrove &#187; widget</title>
	<atom:link href="http://mindtrove.info/tag/widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://mindtrove.info</link>
	<description>Collecting ideas since 1980</description>
	<lastBuildDate>Thu, 01 Jul 2010 01:58:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ken Burns Effect in Dojo</title>
		<link>http://mindtrove.info/ken-burns-effect-in-dojo/</link>
		<comments>http://mindtrove.info/ken-burns-effect-in-dojo/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 03:00:45 +0000</pubDate>
		<dc:creator>Peter Parente</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[demos]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://mindtrove.info/?p=261</guid>
		<description><![CDATA[I saw a reference to the jQuery CrossSlide plug-in many moons ago. For some dojo.anim practice, I decided to implement its Ken Burns effect in a reusable Dojo widget a few days later. The code then collected dust in my Dropbox until today when I finally got around to sharing it. Below is an example [...]]]></description>
			<content:encoded><![CDATA[<p>I saw a reference to the <a href="http://www.gruppo4.com/~tobia/cross-slide.shtml">jQuery CrossSlide plug-in</a> many moons ago. For some <a href="http://docs.dojocampus.org/quickstart/Animation">dojo.anim</a> practice, I decided to implement its <a href="http://en.wikipedia.org/wiki/Ken_Burns_Effect">Ken Burns</a> effect in a reusable Dojo widget a few days later. The code then collected dust in my <a href="https://www.dropbox.com/referrals/NTI2NDI0MTk">Dropbox</a> until today when I finally got around to sharing it.</p>
<p>Below is an example instance of the widget panning, zooming, and crossfading three images. The BSD code for the widget is in <a href="http://github.com/parente/mindtrove/blob/master/KenBurns.js">KenBurns.js</a>. The code for this particular demo can be seen by viewing the source of <a href="/html/kenburns-demo.html">kenburns-demo.html</a>.</p>
<p>I didn't take the time to comment this little experiment. If you'd like more info about how to use it or how it works, drop me a comment. </p>
<p><iframe src="/html/kenburns-demo.html" style="width: 450px; height: 400px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mindtrove.info/ken-burns-effect-in-dojo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
