您好,欢迎来到vi教育。
搜索
您的当前位置:首页基于jquery实现的文字淡入淡出效果_jquery

基于jquery实现的文字淡入淡出效果_jquery

来源:vi教育


代码如下:




无标题文档



$(document).ready(function(){
$("#btn1").toggle(function(){

$("p").fadeOut("slow");
},function(){
$("p").fadeIn("slow");

});
$("#btn2").toggle(function(){

$("p").fadeTo("slow",0.66);
},function(){
$("p").fadeTo("slow",0.66);
});
});



this is pi

this is pi

this is pi

this is pi

this is pi

this is pi





Copyright © 2019- vilner.cn 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务