<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://talesaboutapple.com/p_blog/rss/style.css" type="text/css"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:content="http://purl.org/rss/1.0/modules/content/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xml:lang="ja">
<channel rdf:about="http://talesaboutapple.com/p_blog/rss/1.0.php?id=259">
<title>Tales about Apple - blog</title>
<link>http://talesaboutapple.com/p_blog/index.php</link>
<dc:date>2008-03-20T15:49:24+09:00</dc:date>
<description>
Tales about Apple - blog - RSS (RDF Site Summary).
</description>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://talesaboutapple.com/p_blog/article.php?id=259" />
</rdf:Seq>
</items>
</channel>
<item>
<title>Safari 3.1 はすごいぞ！</title>
<link>http://talesaboutapple.com/p_blog/article.php?id=259</link>
<dc:date>2008-03-20T15:49:24+09:00</dc:date>
<description>何がすごいって、爆速具合もすごいんですが、 CSSアニメーションがすごい！

Surfin’ Safari - Blog Archive ? CSS Animation

The Art of Web ~ CSS: Animation Us...</description>
<content:encoded>
<![CDATA[
<p>何がすごいって、爆速具合もすごいんですが、 CSSアニメーションがすごい！</p>
<p>
<a href="http://webkit.org/blog/138/css-animation/">Surfin’ Safari - Blog Archive ? CSS Animation</a>
<br>
<a href="http://www.the-art-of-web.com/css/css-animation/">The Art of Web ~ CSS: Animation Using CSS Transforms</a>
</p>
<p>
<div style="-webkit-transition: all 1s ease-in-out;" onmouseover="this.style.webkitTransform='rotate(-5deg)'"onmouseout="this.style.webkitTransform='rotate(0deg)'"" onclick="this.style.webkitTransform='rotate(360deg)'" > 
この辺りを参考にして埋め込んでみたんですが、この部分、 Safari 3.1 でマウスオーバーするとガクって垂れ下がってクリックすると1回転するはず。<br>ここには<br>
<div class="example"> 
&lt; div style="-webkit-transition: all 1s ease-in-out;" onmouseover="this.style.webkitTransform='rotate(-5deg)'"onmouseout="this.style.webkitTransform='rotate(0deg)'"" onclick="this.style.webkitTransform='rotate(360deg)'" &gt;</div>
<br>ってのを埋め込んでありますが、 こういった視覚効果がCSSだけでできるなんて、日曜webデザイナーには素晴らしい機能だと思います。<br>＃多用しすぎるとうざい…</div>
</p>
<p>
<br>
</p>
<p>で、早速対応多謝な <a href="http://hetima.com/safari/stand.html" title="SafariStand - hetima.com">SafariStand</a> もいれて、いつものキーバインドにするためにnibをいじくって、いつもの環境に。いずれCSSアニメーションをつかったページを見ることがあるだろうけど、楽しみです。^_^</p>
<p>まあどこの世界でも技術はあってもコンテンツが問題かな^_^;</p>

]]>
</content:encoded>
</item>

</rdf:RDF>