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 秒。