1.0.10 • Published 2 years ago

@inc2734/smooth-scroll v1.0.10

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

@inc2734/smooth-scroll

Get started

Install

$ npm install --save-dev @inc2734/smooth-scroll

How to use

<script>
import { SmoothScroll } from '@inc2734/smooth-scroll';

new SmoothScroll(
  {
    selector: 'a[href^="#"]',
    offset: 100,
  }
);
</script>

License

MIT

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago