I live debuggable example would be the best. Otherwise it is like repairing a car by looking at a picture of the car.
At a first glance, there are two calls of requestAnimationFrame(animate)
in your animate
function. There must be only one.
I live debuggable example would be the best. Otherwise it is like repairing a car by looking at a picture of the car.
At a first glance, there are two calls of requestAnimationFrame(animate)
in your animate
function. There must be only one.