Flicker when replace_html then blind_down

Hi all,
does anybody know how to make it not flicker when in a rjs you
replace_html and then do a blind_down? it looks like it displays the
whole div, then shrinks it, then grows it…how to fix?

Emanuele.

On Dec 5, 2007 12:40 AM, Emanuele R.
[email protected]
wrote:

does anybody know how to make it not flicker when in a rjs you
replace_html and then do a blind_down? it looks like it displays the
whole div, then shrinks it, then grows it…how to fix?

Try making the initial style of the div “hidden” so that the browser
does
not display it first.

Regards

Mikel

Mikel L. wrote:

On Dec 5, 2007 12:40 AM, Emanuele R.
[email protected]
wrote:

does anybody know how to make it not flicker when in a rjs you
replace_html and then do a blind_down? it looks like it displays the
whole div, then shrinks it, then grows it…how to fix?

Try making the initial style of the div “hidden” so that the browser
does
not display it first.

Regards

Mikel

Thank you, I already did it , but I doesnt work doe.

I’ve found something that seems to work here instead:
http://dev.rubyonrails.org/ticket/6735