I'm trying to create web applications that use Javascript. I'd like to be able to use animation in these applications. I've tried to use basic Javascript, but I've decided that the best thing to do is to use a library (such as YUI or JQuery).
I'm running into a problem. On Safari, when I run animation scripts, the animation is very chunky, very blocky. This happens with YUI as well as basic Javascript. Does anybody know why this happens? Are there any good libraries that don't create this problem in Safari, but are also good for IE and Firefox (and, hopefully, Opera)?
Thanks, Jason