0
我正在處理縮略圖上的一些懸停效果。我使用的功能是滑動和滑動。我添加了停止(true,true);停止動畫的排隊。但將鼠標移動到對象上時看起來有點不好。我想對http://www.mio.se/(懸停)的縮略圖有類似的效果。我當前的代碼是(用jQuery緩和插件):jQuery stop();問題
$(」 dummy_product_x1" 。)懸停(
function() {
$(this).children('.productdescription').stop(true, true).slideDown({
duration: 500,
easing: 'easeInCubic',
complete: function() { }
});
},
function() {
$(this).children('.productdescription').stop(true, true).slideUp({
duration: 500,
easing: 'easeOutCubic',
complete: function() { }
});
});
感謝
查看下面的答覆,請 – Johan 2011-03-28 09:31:53