标题:t:animate 是什么东西啊
只看楼主
duanchangren
Rank: 1
等 级:新手上路
威 望:1
帖 子:252
专家分:0
注 册:2008-7-26
结帖率:83.33%
 问题点数:0 回复次数:1 
t:animate 是什么东西啊
<t:animate
    id="slideIn"
    targetElement="oContain"
    attributeName="left"
    begin="0"
    calcMode="spline"
    keySplines=" 0 .75 .25 1"
    keyTimes="0;1 "
    values = "-800;10"
    dur = "1"
    fill="freeze"
/>

<t:seq id="timeline1" repeatCount="indefinite" begin="slideIn.end">
    <t:animate
        id="fade1"
        targetElement="oBox1"
        attributeName="filters.item(0).opacity"
        values = "0;100;10"
        dur = "5"
    />

    <t:animate
        id="fade2"
        targetElement="oBox2"
        attributeName="filters.item(0).opacity"
        values = "0;100;10"
        dur = "5"
    />

    <t:animate
        id="fade3"
        targetElement="oBox3"
        attributeName="filters.item(0).opacity"
        values = "0;100;10"
        dur = "5"
    />

    <t:animate
        id="fade4"
        targetElement="oBox4"
        attributeName="filters.item(0).opacity"
        values = "0;100;10"
        dur = "5"
    />
搜索更多相关主题的帖子: animate 
2008-10-26 05:22
_断肠人_
Rank: 1
等 级:新手上路
帖 子:85
专家分:0
注 册:2008-10-28
得分:0 
怎么没人见过
2008-10-30 05:29



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-240626-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.047547 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved