我有父div的div列表。我現在在開始時在這個列表中添加另一個div。我這樣做:在添加新的DOM子元素時顯示動畫
$('.list').prepend($('<div class="cell one "></div>'));
我的問題是我如何動畫這添加新的div,使其餘的div只是滑下來。
這裏是的jsfiddle此:http://jsfiddle.net/2qbyB/
<div class="list">
<div class="cell two "></div>
<div class="cell three "></div>
<div class="cell four "></div>
</div>
對不起,但我不能讓它在我提供的JSFiddle鏈接上工作。 – sublime
試試這個:http://jsfiddle.net/2qbyB/4/ –