Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I also see this weird green-purple gradient in the text. It disappears if you zoom in or out.

You can make it go in waves:

    let x = 0;
    function move() {
        const el = document.getElementById("content");
        el.style.paddingLeft = x + "px";
        x += 0.01;
    }
    setInterval(move, 10)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: