I was just doing this and it seems unnaturally hard. What am I doing wrong here?
var i = 0; |
The only explanation I can come up with is, that in one cycle it counts from 0 to 456 and that makes the div go from 0 to 456 in one go. I am however uncertain on how to proceed to actually make the div translate along the y axis. Advice?
var i = 0; |
1000/30 = 33
(so 33 call to the callback) will take 32 instead to have a nicer distance increment and 456/32 = 14.25
so 14.25 is our distance increment. This will give us the following code:var i = 0; |
It looks like you're new here. If you want to get involved, click one of these buttons!