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 和一个动画,单击时将背景图像向下移动。
我想做的是滚动该图像,或指定页面垂直居中在该 div 上。
我试过下面的,但没有骰子。
$.scrollTo( '.midsection', 800, {easing:'elasout'} );
我想到了。它工作正常,只是不在 HTML<body>部分中。
<body>
$.scrollTo( { top:1000, left:0}, 800 );