Manos
Manos
The performance is affected by the type of content, OS/browser and computer hardware. All javascript based scrollbars affect performance as opposed to browser's native scrollbar. Depending on your content, you...
Hi, Can you share more information about the issue (what exactly works and what doesn't etc.) and/or send me your link?
I'm working on it. This is what I found so far: At the moment I cannot remove the RequireJS condition to load mousewheel plugin because it conflicts with other module-loaders/managers....
This is (normally) not related to webpack so I can't really say why this happens (depends on content).
@basvandenheuvel My advise on loading jquery-mousewheel separately is regarding **webpack** (using webpack is not the same with creating web pages manually). Plugin examples and demos are using the [minified concatenated...
I've updated npm to include jquery.mCustomScrollbar.concat.min.js so you can use this file if you want.
The issue you describe is not specific to "Page scroll to id" (the same problem will happen if you disable "Page scroll to id" and let the page jump to...
In CodePen your js script is not correct. It should be: ``` (function($){ $(window).on("load",function(){ $("a[href*='#']").mPageScroll2id(); }); })(jQuery); ``` as in the guide in [plugin's homepage](http://manos.malihu.gr/page-scroll-to-id/#get-started-section).
I'd need to see your page in order to help.
Hello and thanks for the feedback :) Indeed the advanced options (`updateOnContentResize` and `updateOnImageLoad`) that automatically update multiple scrollers (e.g. 10 or 15) can be heavy on the CPU. The...