Re: [jQuery] JQuery FX set an element to display block in progress ...

2007-01-17 Thread Microtoby
Thanks for your reply, I'm using the fadeTo property. Regards, Microtoby 2007-1-17 2007/1/17, Brandon Aaron [EMAIL PROTECTED]: What property or properties are you animating? -- Brandon Aaron On 1/16/07, Microtoby [EMAIL PROTECTED] wrote: Hi, When using fx of JQuery, animate will set

Re: [jQuery] JQuery FX set an element to display block in progress ...

2007-01-17 Thread Brandon Aaron
We are looking into refactoring the code in FX. This has been brought up a couple of times that display: block is not necessary for the opacity animations. I'll see if I can get a temporary patch together for this. -- Brandon Aaron On 1/17/07, Microtoby [EMAIL PROTECTED] wrote: Thanks for your

Re: [jQuery] JQuery FX set an element to display block in progress ...

2007-01-16 Thread Brandon Aaron
What property or properties are you animating? -- Brandon Aaron On 1/16/07, Microtoby [EMAIL PROTECTED] wrote: Hi, When using fx of JQuery, animate will set display of an element to block in progress, This is a bad thing, so I must wrap another element. Is there any way to use this