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>
    点击变色
  • 相关阅读:
    Java代码输出到txt文件(申请专利贴源码的必备利器)
    Vmware10组建局域网
    Ubuntu14.04更换阿里云源
    Ubuntu16.04如何彻底删除Apache2
    HustOJ平台搭建
    Centos 7 联想Y430P无线网卡驱动安装 过程参考
    Windows远程CentOS桌面
    centos 7 查看系统/硬件信息及运维常用命令+联想Y430P无线网卡驱动安装
    zookeeper工作原理、安装配置、工具命令简介
    centos 7 安装五笔输入法
  • 原文地址:https://www.cnblogs.com/zwl12549/p/806813.html
Copyright © 2011-2022 走看看