I noticed that the example runs in DOM mode anytime, but CSS mode will only run if the page is refreshed and CSS is tried first.
After DOM mode has run, CSS no longer works. And is the effect supposed to be a total fade out and in, or is it supposed to be like a "streak of light" passing over the characters? DOM seems more like the streak, while CSS fades everything evenly. Rick -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sean Catchpole Sent: Thursday, July 05, 2007 3:27 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Feature suggestion: animating through stylesheets Good point Glen, I've updated my example so that finds and saves the <td>'s. Now all that should be "profiled" are the animations. http://www.sunsean.com/cssAnimate.html ~Sean On 7/5/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > It brings up an interesting point. All the speed tests are to FIND the > selectors. > What about speed tests in terms of how fast to CHANGE attributes. Or how > fast/smooth/lowest CPU to animate? > > Just goes to my pet peeve: The speed tests are flawed. > > Glen