[jQuery] Re: Morph between 2 classes

2008-11-13 Thread Richard D. Worth
See http://docs.jquery.com/UI/Effects/ClassTransitions - Richard On Thu, Nov 13, 2008 at 7:51 AM, pixeline [EMAIL PROTECTED] wrote: hi! i' m looking after a way to switch an element 's class, and have the transition of style produce a morphing. Example: .class1{ border:1px solid red;

[jQuery] Re: Morph between 2 classes

2008-11-13 Thread Alexandre Plennevaux
ah, ok, thanks a lot Richard. I think the double Effects entries in the documentation make it confusing. Would be nice to integrate both in a single page, specifying which needs ui.js, which does not. On Thu, Nov 13, 2008 at 1:56 PM, Richard D. Worth [EMAIL PROTECTED] wrote: See

[jQuery] Re: Morph between 2 classes

2008-11-13 Thread Richard D. Worth
By double Effects entries, do you mean because jQuery has effects and jQuery UI has effects? As far as ui.js, no UI effects require it. They require only effects.core.js. This is explaned quite clearly at the top of http://docs.jquery.com/UI/Effects - Richard On Thu, Nov 13, 2008 at 8:00 AM,

[jQuery] Re: Morph between 2 classes

2008-11-13 Thread Alexandre Plennevaux
indeed, that's what i meant. the confusion between two pages: http://docs.jquery.com/UI/Effects and http://docs.jquery.com/Effects I realized in the meanwhile effects.js is different and does not rely on ui.core.js i would propose to organize a one-entrydoor page for Effects. example