We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use the plugin in a SharePoint website, and I'm trying to use the plugin in the following form:
require(["https://github.com/tsuyoshiwada/sweet-scroll/blob/master/sweet-scroll.js"], function() { var scroller = new SweetScroll({ vertical: false, horizontal: true, }, '#container'); })
However, I keep getting an error that SweetScroll is undefined and it's breaking the rest of my script.
SweetScroll
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use the plugin in a SharePoint website, and I'm trying to use the plugin in the following form:
However, I keep getting an error that
SweetScroll
is undefined and it's breaking the rest of my script.The text was updated successfully, but these errors were encountered: