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.
ダンパー効果のあるjQueryアドオンはありslideUpますか? slideDownつまり、サイズの変化はかなり速い速度で始まり、動きの終わりに向かって遅くなります。
slideUp
slideDown
2 番目の引数として使用するイージングを渡すことができます...
$("#something").slideDown(500, "linear");
jQuery には と が含まれswingておりlinear、前者がデフォルトです。
swing
linear
説明した動作を取得するにeaseOutは、jQuery UI (質問にタグを付けたもの) で利用できる を使用します。
easeOut