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, Alexandre Plennevaux <[EMAIL PROTECTED]>wrote: > > aaaaah, 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 > > > > 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; > >> width:500px; > >> height:400px; > >> } > >> > >> > >> .class2{ > >> border:2px solid black; > >> width:320px; > >> height:240px; > >> } > >> > >> > >> something like: > >> > >> $('#myEl').morph('class1','class2',speed,callback); > >> > >> I understood somewhere it was available in jquery UI, but is it > >> actually the case? I don't find anything in the doc. > >> > >> Thanks ! > >> > >> Alexandre > > >