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.
私のdivでslideupまたはslidedownを呼び出すと、非常に速くスライドしているようです。すべての内部要素もスライドアップする必要がありますか?
私のDOM:
<div id="outer"> <div id="inner"> <div id="inside">hi</div> </div> </div>
速度設定は試しましたか?
http://jsbin.com/odiji/edit
上記の例を調べて、速度を 5000 に設定すると、要素が 5 秒間スライドします。