eliminate the wretched hiding console.log, filthy log......
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m31s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m31s
This commit is contained in:
@@ -29,9 +29,10 @@ function handleHover() {
|
||||
function tick() {
|
||||
const el = container.value;
|
||||
|
||||
pos = el.scrollTop / el.scrollHeight;
|
||||
|
||||
const reachedBottom = pos <= 0;
|
||||
const reachedTop = pos >= 1;
|
||||
console.log("speed");
|
||||
|
||||
if (reachedBottom) {
|
||||
pos = 0.001;
|
||||
|
||||
Reference in New Issue
Block a user