属性 | 描述 | 例子 |
---|---|---|
type | 定义 transition 滤镜的类型(参阅 transition 滤镜列表) | type="clockWipe" |
begin | 定义何时开始 transition | begin="0s" |
mode | 定义 transition 模式 | mode="in" |
from | 定义 transition 的开始值 | from="0.2" |
to | 定义 transition 的结束值 | to="0.8" |
fade, barnDoorWipe, barWipe, clockWipe, ellipseWipe, fanWipe, irisWipe, pushWipe, slideWipe, snakeWipe, spiralWipe, starWipe |
<html xmlns:t="urn:schemas-microsoft-com:time"> <head> <?import namespace="t" implementation="#default#time2"> <style>.t {behavior: url(#default#time2)}</style> </head> <body> <t:transitionfilter targetelement="keyb" type="clockWipe" begin="keyb.begin" dur="2s" /> <img id="keyb" class="t" src="pic_keyb.jpg" dur="4s" width="128" height="107" /> </body> </html> |
新闻热点
疑难解答
图片精选