3.0.1 • Published 4 years ago

jquery.smoothscroll v3.0.1

Weekly downloads
59
License
MIT
Repository
github
Last release
4 years ago

jquery.smoothscroll

Get started

Install

$ yarn add jquery.smoothscroll

Load scripts

<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="/node_modules/jquery.smoothscroll/dist/jquery.smoothscroll.min.js"></script>

Setting

<script>
jQuery(function($) {
  $(document).SmoothScroll({
    target  : 'a[href^="#"]',
    duration: 1000,
    easing  : 'easeOutQuint'
  });
});
</script>

License

MIT

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

5 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago