Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rocket-martue/ecf02220443d47d344ebf5d8ec6d8ff1 to your computer and use it in GitHub Desktop.
Save rocket-martue/ecf02220443d47d344ebf5d8ec6d8ff1 to your computer and use it in GitHub Desktop.
リンク( a要素)、もしくはリンクを含む要素に u-smooth-scroll というクラスを追加する
<a href="#anchor" class="u-smooth-scroll">リンク</a>
@rocket-martue
Copy link
Author

@rocket-martue
Copy link
Author

<ul class="u-smooth-scroll">
  <li><a href="#anchor1">リンク1</a></li>
  <li><a href="#anchor2">リンク2</a></li>
</ul>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment