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
>
点击变色
查看全文
相关阅读:
Redis 基础、高级特性与性能调优
CentOS 7安装新版RabbitMQ解决Erlang 19.3版本依赖
Centos7中docker开启远程访问
基于Docker+Jenkins+Gitlab搭建持续集成环境
Gitlab利用Webhook实现Push代码后的jenkins自动构建
在jenkins中调用maven的变量
docker中gitlab-runner配置
搭建docker私有仓库
ku8eye 安装概览
配置docker官方源并用yum安装docker
原文地址:https://www.cnblogs.com/zwl12549/p/806813.html
最新文章
关于全面预算
关于平衡积分卡
PLSQL Developer中几个功能
PLSQL Developer乱码
pl/sql实现金额转换为大写
ppt写作的注意事项
join......on 后面的and 和where的区别
增加虚拟机可以使用的最大内存
MySql避免重复插入记录方法(ignore,Replace,ON DUPLICATE KEY UPDATE)
js常见的排序算法
热门文章
mysql redis es对比/梳理
Redis 梳理
react 16 渲染整理
react 16 Hooks渲染流程
k8s本地部署
GraphQL
DFA确定有限状态自动机
横屏视频自动播放踩坑
babel7-按需加载polyfill
nginx反向代理mysql及负载
Copyright © 2011-2022 走看看