ホームページ >ウェブフロントエンド >jsチュートリアル >アニメーション効果を実現する jQuery のサンプル コード_jquery
else if (i == 3 & c == 0) { $('img').animate({ left: ' =400px', top: '-=200px' }, 1); c }
else if (i == 3 & c == 1) { $('img').animate({ left: '-=200px' }, 2000); c }
else if (i == 3 & c == 2) { $('img').animate({ left: '-=200px' }, 2000); c ; }
else { $('img').animate({ left: '-=200px' }, 2000);私 ; }
}
})
})
![]() |