$('.button').click(function() {
$('#small-form').animate({
width: ['toggle', 'swing'],
height: ['toggle', 'swing'],
opacity: 'toggle'
}, 5000, 'linear');
$('#big-form').animate({
width: ['toggle', 'swing'],
height: ['toggle', 'swing'],
opacity: 'toggle'
}, 5000, 'linear');
});
...這隱藏了這兩個元素,我想隱藏小而顯示大的形式。動畫div顯示/隱藏(jQuery)
謝謝!
是'#big-form' already hidden? – jAndy 2010-10-05 06:54:42
包裝是100px與溢出:隱藏,小型100px所以大型隱藏,即使沒有顯示:無 – 3zzy 2010-10-05 06:58:17