这个例子使用setTimeout实现非常简单的动画效果。
<style type="text/css">
div {
height : 200px ;
width : 600px ;
background-color : #CCCCCC ;
}
#test1
{
background : #99CC00 ;
position : fixed ;
left : 300px ;
filter : alpha(opacity=0) ;
}
</style>
div {
height : 200px ;
width : 600px ;
background-color : #CCCCCC ;
}
#test1
{
background : #99CC00 ;
position : fixed ;
left : 300px ;
filter : alpha(opacity=0) ;
}
</style>
<
div
id
="test1"
></
div
>
< button onclick ="doSome()" > 测试 </ button >
< button onclick ="doSome()" > 测试 </ button >
Code
作者:山边小溪
主站:yyyweb.com 记住啦:)
欢迎任何形式的转载,但请务必注明出处。