views:

273

answers:

1

Hi,

I'd like to use jquery.ui's class transition animations on my website. Everything works fine in Firefox, but jquery.ui throws when running the same animation in IE.

This thread describes exactly the same problem I am having and mentions that there is a jquery.ui branch by Alexander Farkas which fixes it. Unfortunately the link to the branch is not working anymore. I've tried the latest version trunk (1.8a) of jquery.ui effects.core, but it did not solve the problem, so I assume this must not be it.

Does anyone know where this branch can be downloaded? Or is there any other (more stable) plugin for seamless animations between two css classes? I don't really need the other jquery.ui stuff anyway.

Disclaimer: I already know this can also be done by hand with style transitions. I'd really prefer a css-based version though since it does not tie javascript code to styling information.

A: 

The branch has moved here:

http://jquery-ui.googlecode.com/svn/branches/labs/effects/ui/effects.core.js

I'm pleased to say it does fix the problem I've been having with jquery.ui and class transitions in IE!.

Adrian Grigore