jq實現動效 淡出 滑動

1.圖片的淡出效果 fadeIn圖片

$(document).ready(function(){
     $("#div").fadeIn("slow");
});io

<div id="div" style="width:80px;height:80px;display:none;background-color:violet;"></div>function

2.圖片的滑動效果 im

$(document).ready(function(){
    $("#box").animate({height:"300px"},"slow");
});margin

<div id="box" style="background:#98bf21;height:100px;width:100px;margin:6px;">animate

相關文章
相關標籤/搜索