scroll-to-element
scroll-to-element copied to clipboard
Smooth scrolling to an element via selector or node reference
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.6.1 to 1.8.1. Changelog Sourced from shell-quote's changelog. v1.8.1 - 2023-04-07 Fixed [Fix] parse: preserve whitespace in comments [#6](https://github.com/ljharb/shell-quote/issues/6) [Fix] properly support the escape option [#5](https://github.com/ljharb/shell-quote/issues/5) Commits...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.1 to 1.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.2 to 7.4.1. Commits 88c2669 Mark version 7.4.1 9c9142a Fix potentially-exponential regular expression in use-strict-scanning 54efb62 Mark version 7.4.0 856b720 Remove link to plugin that's part of...
Hi! When scroll-to is used on an element with ID containing a leading number, it crashes on: ``` Uncaught DOMException: Document.querySelector: '1-Sign-Up-to-create-the-User' is not a valid selector ``` One solution...
Hello! Fixes https://github.com/willhoag/scroll-to-element/issues/14
My react component includes three sub-components. They are vertically aligned. I want to move to the second component which the user clicks on the first component, but it always moves...
https://github.com/iamdustan/smoothscroll No easing though...