Created
February 18, 2018 13:33
-
-
Save enricopolanski/d5ff9faa6f76dae973fb93c91be0686d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let delta = 0; | |
window.setInterval(()=>{ | |
delta++; | |
first.style.position = delta + "px"; | |
}, 10); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment