Re: Javascript programming - the bouncing ball
Yea, doesn't work in IE. I use CSS 3 to make the ball and clouds have their circular edges, and IE just doesn't do it. So I didn't even bother testing IE for the rest of it. BTW, Chrome has much better performance than FF.
Anyway, yea, basically I just have the angle and speed, and I subtract gravity from speed. But that only works well if the ball is going up or down... if it's sideways at an angle, you can see it basically stop as it hits an apex.
Oh well. I doubt I'll go back unless someone gives me a big reason to. I'm now working on something new.