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
>
点击变色
查看全文
相关阅读:
【计算机视觉】欧拉角Pitch/Yaw/Roll
【leetcode】101-Symmetric Tree
【leetcode】100-Same Tree
【leetcode】88-Merge Sorted Array
【leetcode】83-Remove Duplicates from Sorted List
【leetcode】70-ClimbingStairs
【计算机视觉】KCF算法
第1章 Linux系统简介
第1课 进阶高手的大门
第3章 在对象之间搬移特性(2):提炼类、类的内联化
原文地址:https://www.cnblogs.com/zwl12549/p/806813.html
最新文章
for update造成的Oracle锁表与解锁
python实现排序算法 时间复杂度、稳定性分析 冒泡排序、选择排序、插入排序、希尔排序
python当中的生成器
python当中的 可迭代对象 迭代器
linux ubunt 安装软件的前期准备——更新源的更换
css3中的动画 @keyframes animation
今天拥有了自己的博客!
STL容器vector应用注意事项
112. Path Sum
Vim使用笔记
热门文章
multi-thread debug
SEGMENTATION FAULT IN LINUX 原因与避免
char *s 和 char s[] 的区别
111. Minimum Depth of Binary Tree
110. Balanced Binary Tree
【leetcode】108-Convert Sorted Array to Binary Search Tree
【计算机视觉】旋转矩阵与欧拉角相互转换
【Eigen开源库】linux系统如何安装使用Eigen库
【leetcode】107-Binary Tree Level Order Traversal II
【leetcode】104-Maximum Depth of Binary Tree
Copyright © 2011-2022 走看看