.mian{
height:240px;
width: 200px;
margin-right: 20px;
float:left;
}
.box1,.box2 {
height: 200px;
width: 200px;
background: red;
}
button{
height: 40px;
width: 200px;
border:none;}
$(document).ready(function(){
$('.box1').hide()
$('.btu1').click(function(){
$('.box1').fadeIn(1500)
})
$('.btu2').click(function(){
$('.box2').fadeOut(1500)
})
})
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你是想问这个做的动画效果不够流畅吗?