I was wondering if there is a way to make smooth opacity transitions... I've taken a quick peak at scriptapolous and it seems like it might do a better job of things then what i'm currenly using the cbe libraries combined with a couple of extra scripts that I've written quite poorly... :)...
I would like to know if the jerky transitions are a code or browser problem... I'm not that familiar with these things so please bear that in mind... www.thirdfloordesign.com (still in development)... you should see when you are inside the site that the links fade in and out... but its choppy...
so i'm considering switching libraries but would like to know more... any advice would be great... and no flash is not an option... ;) links to more information would be wonderful as well...
The jerky transitions are not a library problem as far as I can see. The libraries use standard JavaScript, and the browsers have to interpret and carry them out, so I guess it just depends on how the browser does it...
You could try something like moo.fx with prototype.lite - the cut down libraries may help as the code is smaller.
Thanks for the reply... hmm... I was hoping I'd done something wrong :P... ok I'll try slimming the code down and take a look at moo.fx and see what can be done in that area...