<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>SVG Wow!</title>
    <link>http://svg-wow.org/blog</link>
    <description></description>
    <pubDate>Mon, 03 Mar 2014 21:47:48 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Gandhi Quotes</title>
      <link>http://svg-wow.org/blog/2010/10/05/gandhi-quotes</link>
      <pubDate>Tue, 05 Oct 2010 18:00:00 EDT</pubDate>
      <category><![CDATA[animation]]></category>
      <category><![CDATA[ui]]></category>
      <category><![CDATA[morphing]]></category>
      <category><![CDATA[audio]]></category>
      <guid isPermaLink="true">http://svg-wow.org/blog/2010/10/05/gandhi-quotes</guid>
      <description>Gandhi Quotes</description>
      <content:encoded><![CDATA[
<div id="description">

    <p>
        This is more of a showcase than a demo as it assembles multiple techniques
        discussed in other blogs.
    </p>
    <p>
        The demo first uses a 'camera' to zoom and pan around quotes from
        <a href="http://en.wikipedia.org/wiki/Gandhi">Mohandas Karamchand Gandhi</a>.
        This uses the camera utility described in a different
        <a href="http://svg-wow.org/blog/2010/08/14/camera/">blog entry</a>.
    </p>
    <p>
        After the camera has lingered on each quote long enough for the viewer
        to read through it, the final dot is displayed. When all quotes have
        been read, the camera zooms out, the quotes roll out and fade out but
        the dots stay and morph in a set of pebbles in the center of the screen.
        These pebbles in turn morph into Gandhi's stylized portrait.
    </p>
    <p>
        All the animation effects are implemented using <a href="/attributions.html#yui">YUI 3</a>
        with specific SVG extensions, in particular to allow the animation of
        the <code>transform</code> attribute and the animation of the
        <code>d</code> attribute on the <code>&lt;path&gt;</code> element for
        morphing animations.
    </p>
    <p>
        Gandhi's portrait was created in Illustrator from a scan of a drawing
        made by a friend.
    </p>
    <p>
        The audio track is a guitar arrangement created specially for this demo
        by a another friend (who prefers anonymity).
    </p>
    <p>
        Gandhi's quotes were found on <a href="http://www.quotationspage.com/quotes/Mahatma_Gandhi/">
            The Quotations Page</a> web site.
    </p>
    <p>
        The font used for the text is <a href="/attributions.html#fonts">GoodDog</a>.
    </p>

    <h3>Running the demo</h3>

    <p>Click on the "Start SVG Demo" at the top of this page. Wait for the
    audio to load, then click the 'play' button when it appears.</p>
</div>
]]></content:encoded>
    </item>
  </channel>
</rss>
