<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[A.PAO designSTUDIO BLOG]]></title> 
<link>https://blog.apao.idv.tw/index.php</link> 
<description><![CDATA[A.PAO designSTUDIO 阿保工作室]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[A.PAO designSTUDIO BLOG]]></copyright>
<item>
<link>https://blog.apao.idv.tw/post//</link>
<title><![CDATA[CSS3 動畫用設定 animation @keyframes]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[CSS]]></category>
<pubDate>Mon, 20 Jun 2016 03:27:14 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	<div class="mymove"></div><br/>首先建立 @keyframes 規則<br/><br/><div class="code">@keyframes youranimetion<br/>&#123;<br/>from &#123;background: red;&#125;<br/>to &#123;background: yellow;&#125;<br/>&#125;<br/><br/>@-moz-keyframes myfirst /* Firefox */<br/>&#123;<br/>from &#123;background: red;&#125;<br/>to &#123;background: yellow;&#125;<br/>&#125;<br/><br/>@-webkit-keyframes myfirst /* Safari 和 Chrome */<br/>&#123;<br/>from &#123;background: red;&#125;<br/>to &#123;background: yellow;&#125;<br/>&#125;<br/><br/>@-o-keyframes myfirst /* Opera */<br/>&#123;<br/>from &#123;background: red;&#125;<br/>to &#123;background: yellow;&#125;<br/>&#125;</div><br/><br/>-- 注意點 --<br/>Internet Explorer 10、Firefox 以及 Opera 支援@keyframes屬性<br/>Chrome 和 Safari 則需要加上 -webkit- 的前綴<br/>----<br/><br/>animation 一共有六個屬性：<br/>animation-name（keyframe 「名稱」）<br/>animation-duration （設定動畫的時間「1s」）<br/>animation-timing-function （設定動畫的速度曲線「linear」「ease」「ease-in」「ease-out」「cubic-bezier(n,n,n,n)」）<br/>animation-delay （設定動畫延遲的時間「1s」）<br/>animation-iteration-count （設定動畫次數「1」）<br/>animation-direction （設定是否反向播放「normal」「alternate」）<br/><br/>除此之外，有時候還是有不能出現的時候。請多方測試之後再使用…<br/>Tags - <a href="https://blog.apao.idv.tw/tags/css3/" rel="tag">css3</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%258B%2595%25E7%2595%25AB%25E7%2594%25A8%25E8%25A8%25AD%25E5%25AE%259A/" rel="tag">動畫用設定</a> , <a href="https://blog.apao.idv.tw/tags/animation/" rel="tag">animation</a> , <a href="https://blog.apao.idv.tw/tags/%2540keyframes/" rel="tag">@keyframes</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] CSS3 動畫用設定 animation @keyframes]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[評論]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>