<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://zhidian.wuute.com/html5dev/lib/exe/css.php?s=feed" 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:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://zhidian.wuute.com/html5dev/feed.php">
        <title>HTML5知典 26:86:66</title>
        <description></description>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <image rdf:resource="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico" />
       <dc:date>2026-05-20T19:17:32+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animation?rev=1492790626&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationdelay?rev=1492738649&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationdirection?rev=1492739578&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationduration?rev=1492739790&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationfillmode?rev=1492790718&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationiterationcount?rev=1492741567&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationname?rev=1492741711&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationplaystate?rev=1492742193&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationtimingfunction?rev=1492742416&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/backfacevisibility?rev=1492790807&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/keyframes?rev=1492738426&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/perspective?rev=1492790847&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/perspectiveorigin?rev=1492790877&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/start?rev=1492947556&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transition?rev=1492743512&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitiondelay?rev=1492744779&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitionduration?rev=1492744368&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitionproperty?rev=1492744244&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitiontimingfunction?rev=1492744663&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico">
        <title>HTML5知典</title>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <url>http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico</url>
    </image>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animation?rev=1492790626&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-22T01:03:46+09:00</dc:date>
        <title>animation</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animation?rev=1492790626&amp;do=diff</link>
        <description>animation

animation所有动画属性的简写属性，除了 animation-play-state 属性。 包括animation-delay、animation-direction、animation-duration、animation-fill-mode、animation-iteration-count、animation-name、animation-timing-function。

animation-delay

animation-delay规定动画何时开始。默认是 0。

animation-direction

animation-direction规定动画是否在下一周期逆向地播放。默认是 “normal”。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationdelay?rev=1492738649&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T10:37:29+09:00</dc:date>
        <title>animation-delay</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationdelay?rev=1492738649&amp;do=diff</link>
        <description>animation-delay

animation-delay规定动画何时开始。默认是 0。即从动画应用在元素上到动画开始的这段时间的长度。

代表动画在应用到元素上后立即开始执行。否则，该属性的值代表动画样式应用到元素上后到开始执行前的时间长度；</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationdirection?rev=1492739578&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T10:52:58+09:00</dc:date>
        <title>animation-direction</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationdirection?rev=1492739578&amp;do=diff</link>
        <description>animation-direction

animation-direction规定动画是否在下一周期逆向地播放。默认是 “normal”。

语法
animation-direction: normal
animation-direction: reverse
animation-direction: alternate
animation-direction: alternate-reverse
animation-direction: normal, reverse
animation-direction: alternate, reverse, normal</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationduration?rev=1492739790&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T10:56:30+09:00</dc:date>
        <title>animation-duration</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationduration?rev=1492739790&amp;do=diff</link>
        <description>animation-duration

animation-duration规定动画完成一个周期所花费的秒或毫秒。默认是 0。

语法
animation-duration:2s;
animation-duration:2ms;
值
值描述&lt;time&gt;动画样式应用到元素到元素开始执行动画的时间差。该值可用单位为秒(m)和毫秒(ms)。默认值为0s，表示无动画。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationfillmode?rev=1492790718&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-22T01:05:18+09:00</dc:date>
        <title>animation-fill-mode</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationfillmode?rev=1492790718&amp;do=diff</link>
        <description>animation-fill-mode

animation-fill-mode规定对象动画时间之外的状态。

语法
animation-fill-mode: none
animation-fill-mode: forwards
animation-fill-mode: backwards
animation-fill-mode: both
  
/* 可以应用多个参数，这个时候使用逗号隔开  */
/* 各个参数应用于与次序相对应的动画名 */
animation-fill-mode: none, backwards
animation-fill-mode: both, forwards, none</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationiterationcount?rev=1492741567&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T11:26:07+09:00</dc:date>
        <title>animation-iteration-count</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationiterationcount?rev=1492741567&amp;do=diff</link>
        <description>animation-iteration-count

animation-iteration-count规定动画被播放的次数。默认是 1。

语法
animation-iteration-count: infinite;
animation-iteration-count: 3;
animation-iteration-count: 2.3;
 
animation-iteration-count: 2, 0, infinite;</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationname?rev=1492741711&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T11:28:31+09:00</dc:date>
        <title>animation-name</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationname?rev=1492741711&amp;do=diff</link>
        <description>animation-name

animation-name规定 @keyframes 动画的名称。

语法
animation-name: none;
animation-name: identifier;
值
值描述none特殊关键字，表示无关键帧。identifier动画名称。名称必须符合CSS语法中标识的定义。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationplaystate?rev=1492742193&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T11:36:33+09:00</dc:date>
        <title>animation-play-state</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationplaystate?rev=1492742193&amp;do=diff</link>
        <description>animation-play-state

animation-play-state规定动画是否正在运行或暂停。默认是 “running”。

语法
/* Single animation */
animation-play-state: running;
animation-play-state: paused;

/* Multiple animations */
animation-play-state: paused, running, running;

/* Global values */
animation-play-state: inherited;
animation-play-state: initial;
animation-play-state: unset;</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationtimingfunction?rev=1492742416&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T11:40:16+09:00</dc:date>
        <title>animation-timing-function</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/animationtimingfunction?rev=1492742416&amp;do=diff</link>
        <description>animation-timing-function

animation-timing-function规定动画的速度曲线。默认是 “ease”。

语法
animation-timing-function: ease;
animation-timing-function: ease-in;
animation-timing-function: ease-out;
animation-timing-function: ease-in-out;
animation-timing-function: linear;
animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
animation-timing-function: step-start;
animation-timing-function: step-end;
animation-timing-function: steps(4, end);
  
animation-timing-function: ease, step-start, cubic-bezier(0…</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/backfacevisibility?rev=1492790807&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-22T01:06:47+09:00</dc:date>
        <title>backface-visibility</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/backfacevisibility?rev=1492790807&amp;do=diff</link>
        <description>backface-visibility

backface-visibility 属性规定当元素不面向屏幕时是否可见。如果在旋转元素不希望看到其背面时，该属性很有用。

语法
backface-visibility: visible|hidden;
值
值描述visible背面是可见的。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/keyframes?rev=1492738426&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T10:33:46+09:00</dc:date>
        <title>keyframes</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/keyframes?rev=1492738426&amp;do=diff</link>
        <description>keyframes

动画可以根据帧定制不同的动画效果。

语法
@keyframes &lt;identifier&gt; {
    [ [ from | to | &lt;百分比&gt; ] [, from | to | &lt;百分比&gt; ]* block ]*
}
值
值描述identifier帧列表的名称。 名称必须符合 CSS 语法中对标识符的定义。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/perspective?rev=1492790847&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-22T01:07:27+09:00</dc:date>
        <title>perspective</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/perspective?rev=1492790847&amp;do=diff</link>
        <description>perspective

perspective 属性规定了观察者与z=0平面的距离，使具有三维位置变换的元素产生透视效果。z&gt;0的三维元素比正常大，而z&lt;0时则比正常小，大小程度由该属性的值决定。

语法
/* Keyword value */
perspective: none;
 
/* &lt;length&gt; values */
perspective: 10px;  
perspective: 4.5em;</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/perspectiveorigin?rev=1492790877&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-22T01:07:57+09:00</dc:date>
        <title>perspective-origin</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/perspectiveorigin?rev=1492790877&amp;do=diff</link>
        <description>perspective-origin

perspective-origin 属性规定 3D 元素所基于的 X 轴和 Y 轴。该属性允许改变 3D 元素的底部位置。

当为元素规定 perspective-origin 属性时，其子元素会获得透视效果，而不是元素本身。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/start?rev=1492947556&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T20:39:16+09:00</dc:date>
        <title>动画</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/start?rev=1492947556&amp;do=diff</link>
        <description>动画

定义

动画属性是一些与动画相关的CSS属性，可分为两大类：Transition和Animation。

概述

Transition（过渡）为CSS引入了时间轴的概念，当元素指定的CSS属性变化时，该属性的变化不即时完成，而是经过一段时间逐渐的过渡才到达最终需要的值。
Transition的特点在于简单易用，同时也有一定的局限。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transition?rev=1492743512&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T11:58:32+09:00</dc:date>
        <title>transition</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transition?rev=1492743512&amp;do=diff</link>
        <description>transition

transition 是一个简写属性，可设置 transition-property, transition-duration, transition-timing-function,  transition-delay。 transition用来规定元素在两种状态之间的过渡。不同状态可以用:hover 、:active之类的 pseudo-classes 定义，或者使用 JavaScript 动态设置。  

语法</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitiondelay?rev=1492744779&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T12:19:39+09:00</dc:date>
        <title>transition-delay</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitiondelay?rev=1492744779&amp;do=diff</link>
        <description>transition-delay

transtion-delay规定动画在过渡效果开始等待的时间。值以秒（s）或毫秒（ms）为单位，表明动画过渡效果将在何时开始。取值为正时会延迟一段时间来响应过渡效果；取值为负时会导致过渡立即开始。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitionduration?rev=1492744368&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T12:12:48+09:00</dc:date>
        <title>transition-duration</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitionduration?rev=1492744368&amp;do=diff</link>
        <description>transition-duration

transition-duration 属性以秒或毫秒为单位规定过渡动画所需的时间。默认值为 0s ，表示不出现过渡动画。

语法
/* &lt;time&gt; 值 */
transition-duration: 3s;
transition-duration: 60ms;
transition-duration: 1s, 5s;
transition-duration: 2s, 8s, 16ms;

/* 全局值 */
transition-duration: inherit;
transition-duration: initial;
transition-duration: unset;</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitionproperty?rev=1492744244&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T12:10:44+09:00</dc:date>
        <title>transition-property</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitionproperty?rev=1492744244&amp;do=diff</link>
        <description>transition-property

transition-property 规定应用过渡效果的 CSS 属性的名称。（当规定的 CSS 属性改变时，过渡效果将开始）。

语法
/* Keyword values */
transition-property: none;
transition-property: all;
transition-property: IDENT;</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitiontimingfunction?rev=1492744663&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-21T12:17:43+09:00</dc:date>
        <title>transition-timing-function</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/26/86/66/transitiontimingfunction?rev=1492744663&amp;do=diff</link>
        <description>transition-timing-function

transition-timing-function 规定过渡效果的速度曲线。

语法
transition-timing-function: linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n);
值
值描述linear规定以相同速度开始至结束的过渡效果（等于 cubic-bezier(0,0,1,1)）。</description>
    </item>
</rdf:RDF>
