vue-scrollto
vue-scrollto copied to clipboard
Adds a directive that listens for click events and scrolls to elements.
I try to add the first one to the last when it's scroll to the middle,or add the last one to the first,but it's does'nt work and cause some mistake.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.2 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Hello there. Got this error when trying to scroll to an anchor with an ID starting with a digit : ``` vue-scrollto.js?f13c:180 Uncaught DOMException: Failed to execute 'querySelector' on 'Document':...
HTML5 allows elements to have IDs that contain colons, ex: `` However, because this library is using document.querySelector, it is going by CSS selector rules, so a colon in the...
### **Please Help ### My scroll it jerky and delay a little when I use bootstrap. ### I try remove bootstrap my scroll it ok very smooth.** _### I try...
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...
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) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Hi, Using the Nuxt module, I'm trying to set two simultaneous scrolls, as described in the docs, by declaring ``` const firstScrollTo = scroller() const secondScrollTo = scroller() ``` But...
Hi this plugin works great when the component is a part of the page, is there a way to make it work when the component is in a scrollable modal?...
# this resolves #85 - add `preserveId` option (default: `false`) - this updates the hash param in the url before calling `onStart`