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.
デフォルトで特定のポイントまでスクロールするように body 要素に指定できる css パラメータはありますか? たとえば、次のようなものです。
body { default-scroll-y: 200px; }
そうでない場合、スクロール距離をCSSの高さとして説明できる別の方法はありますか?
CSSでは仕方がありません。JavaScript/jQuery でトリガーできます。 そのためにプラグインを使用できます。
または、自分で実装しますが、それほど難しくないと思います。