外部からのリンクでも
スムーススクロールで移動させる方法
(index2.htmlのページ)

このようにコードは書いています。

<a href="#a01">01</a>
<a href="./index2.html#a02">02</a>
<a href="/code/jquery-smooziee-js/index2.html#a01">03</a>
<a href="https://urakata.me/code/jquery-smooziee-js/index2.html#a04">04</a>
<a href="https://urakata.me/code/jquery-smooziee-js/#a05">05</a>
<a href="#a06" class="no-scroll">06</a>

index2.htmlのセクション1

テキストテキスト。テキストテキスト。
ページの上に戻る

index2.htmlのセクション2

テキストテキスト。テキストテキスト。
ページの上に戻る

index2.htmlのセクション3

テキストテキスト。テキストテキスト。
ページの上に戻る

index2.htmlのセクション4

テキストテキスト。テキストテキスト。
ページの上に戻る

index2.htmlのセクション5

テキストテキスト。テキストテキスト。
ページの上に戻る

index2.htmlのセクション6

テキストテキスト。テキストテキスト。
ページの上に戻る(no-scroll2を付与。スムーススクロールになりません)


ブログ記事