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 );