@ -62,6 +62,7 @@ function initialize() {
}
// this scroll is NOT smooth
function doSlide(elem, dist) {
console.log(dist);
let hM = elem.scrollHeight;
@ -57,7 +57,7 @@ async function flyingText(canvas) {
// add the stuff that should be animated (transition in class)
curr.style.transform = `translate(${x}px, ${y}px)`;
curr.style.fontSize = `2.8vw`;
curr.style.fontSize = `${Math.random() + Math.random() + 1.0}vw`;
// wait to remove it (async)
setTimeout(() => {