Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像ギャラリーをアニメーション化するために .animate() を使用していますが、非表示関数を使用すると、線形イージングが必要なため、望ましくない独自のイージング効果が適用されます。以下を試しましたが、うまくいきません。
$(picArray[picArrayIndex - 1]).hide( '500','linear',function(){ $(picArray[picArrayIndex]).show(); });
これを回避する方法はありますか?