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>
    点击变色
  • 相关阅读:
    1111---9999的变换
    Mac命令行
    iOS 支付 [支付宝、银联、微信]
    ShareSDK适配iOS 9系统
    iOS中Size Classes的理解与使用
    iOS9网络请求升级 之前的不显示图片 破解方法
    iOS9中友盟分享不能使用 破解方法
    iOS9中错误信息信息是引入的一个第三方库不包含bitcode
    iOS 六大手势
    下拉刷新和上拉加载的原理
  • 原文地址:https://www.cnblogs.com/zwl12549/p/806813.html
Copyright © 2011-2022 走看看