• 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>
    点击变色
  • 相关阅读:
    demo 集合
    iOS12、iOS11、iOS10、iOS9常见适配
    gem install cocoapods ERROR: While executing gem ... (Gem::FilePermissionError)
    ios LaunchScreen.storyboard 适配启动图
    加载资源文件读取以及转换成字符串的方法
    [UIApplication sharedApplication].keyWindow和[[UIApplication sharedApplication].delegate window]区别
    婚庆手机APP
    从一部电视剧开始
    论一次使用代理模式实现共用导出报表的功能
    MySql中使用EXPLAIN查看sql的执行计划
  • 原文地址:https://www.cnblogs.com/zwl12549/p/806813.html
Copyright © 2020-2023  润新知