zoukankan
html css js c++ java
ajax.net应用
<
ajaxToolkit:AnimationExtender ID
=
"
AnimationExample2A
"
runat
=
"
server
"
TargetControlID
=
"
Example2A
"
>
<
Animations
>
<
OnLoad
>
<
OpacityAction Opacity
=
"
.2
"
/>
</
OnLoad
>
<
OnHoverOver
>
<
FadeIn Duration
=
"
.25
"
Fps
=
"
20
"
MinimumOpacity
=
"
.2
"
MaximumOpacity
=
"
.8
"
/>
</
OnHoverOver
>
<
OnHoverOut
>
<
FadeOut Duration
=
"
.25
"
Fps
=
"
20
"
MinimumOpacity
=
"
.2
"
MaximumOpacity
=
"
.8
"
/>
</
OnHoverOut
>
</
Animations
>
</
ajaxToolkit:AnimationExtender
>
鼠标移上渐隐
<
ajaxToolkit:AnimationExtender ID
=
"
AnimationExample5A
"
runat
=
"
server
"
TargetControlID
=
"
Example5A
"
>
<
Animations
>
<
OnClick
>
<
Sequence
>
<
EnableAction Enabled
=
"
false
"
/>
<
Color AnimationTarget
=
"
master_contentplaceholder
"
Duration
=
"
1
"
StartValue
=
"
#EFEFEF
"
EndValue
=
"
#FF0000
"
Property
=
"
style
"
PropertyKey
=
"
backgroundColor
"
/>
<
Color AnimationTarget
=
"
master_contentplaceholder
"
Duration
=
"
1
"
StartValue
=
"
#FF0000
"
EndValue
=
"
#EFEFEF
"
Property
=
"
style
"
PropertyKey
=
"
backgroundColor
"
/>
<
EnableAction Enabled
=
"
true
"
/>
</
Sequence
>
</
OnClick
>
</
Animations
>
</
ajaxToolkit:AnimationExtender
>
点击变色
查看全文
相关阅读:
js事件分类
过3s弹出广告条,点叉号关闭
js进阶
js入门
html
R Markdown + Infinite Moon Reader + 编辑实时更新
png转ico+windows图标+GIMP
微生物+计算细胞倍增时间
使用Mathjax网页插入公式
Firefox+zoom+全局缩放比例
原文地址:https://www.cnblogs.com/zwl12549/p/806813.html
最新文章
linux下Nload安装说明
20135306第十四周学习总结
实验报告(实验三)
信息安全系统设计基础第十三周学习总结
20135306黄韧-信息安全系统设计基础第十二周学习总结
20135306黄韧 第八章学习总结
20135306黄韧[2.72 2.77 3.70](http://i.cnblogs.com/EditPosts.aspx?opt=1)
20135306黄韧 ——第十章续
20135306黄韧 附录A及第十章学习总结
20135306黄韧 信息安全系统设计基础期中学习总结
热门文章
20135306、20135307家庭作业3.70答案
IE/FF/Chrome下document.documentElement和document.body的 scrollHeight/scrollTop/clientHeight 以及判断滚动条是否已拉
懒加载
DocumentFragment
瀑布流
DOM节点操作总结
键盘事件的应用
滚轮事件的应用
实现右键菜单功能
js 拖曳功能--代码解析
Copyright © 2011-2022 走看看