Lawlight

Results 1 comments of Lawlight

Hi, I've resolved the issue by modifying the update() function in splide-extension-auto-scroll.js. var fps = 120; var lastDelta = 0; function update(deltaTime) { if (!paused) { if (deltaTime - lastDelta...