Minor changes
This commit is contained in:
parent
7f19287781
commit
65636fb834
@ -27,5 +27,4 @@ function animateScroll(timeStamp){
|
|||||||
if(Math.floor(currentHeight) != Math.floor(targetHeight)){ //schedule another tick if we need to
|
if(Math.floor(currentHeight) != Math.floor(targetHeight)){ //schedule another tick if we need to
|
||||||
window.requestAnimationFrame(animateScroll);
|
window.requestAnimationFrame(animateScroll);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user