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.
jqueryuiにバウンス効果があります。バウンス中に色が変化しますが、バウンス終了直後に色を通常に戻す方法はありますか?
$(div).effect("bounce", { times:2 }, 200);
アニメーションまたは効果に関連するjQueryのイベントハンドラーはありますか?
効果に関する文書は、それが次のように呼ばれることを示しています。
effect( effect, [options], [speed], [callback] )
したがって、関数をcallbackパラメーターに渡すだけで、エフェクトが完了すると実行されます。
callback