feat(core): Enhance scrolling capabilities by integrating Scroller class and adding lenis support

This commit is contained in:
2025-01-31 23:03:10 +01:00
parent 0683378e39
commit eb1ac75e49
7 changed files with 1476 additions and 1616 deletions

View File

@ -93,9 +93,7 @@ export class DomTools {
};
public deesComms = new plugins.deesComms.DeesComms();
public scroller = new plugins.SweetScroll({
/* some options */
}); // TODO: switch to scroller class
public scroller = new Scroller(this);
public themeManager = new ThemeManager(this);
public keyboard = new Keyboard(document.body);