This bug is not related to jQuery, it is related to Interface and he fact that for som animations the element it is wrapped by a DIV element.
Karl Swedberg wrote: > Hi Jim, > > this bug has been fixed in the jQuery core (post 1.1.1). You can get a > copy of the most recent nightly build here: > http://docs.jquery.com/Downloading_jQuery#Nightly_Builds > > > --Karl > _________________ > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > On Feb 22, 2007, at 3:02 PM, Jim Nimblett wrote: > >> Hi everyone, >> >> I am trying to get an image to slide out and then back in again. >> Eventually, I will be displaying a new image with each rotation of the >> slider. Unfortunately, there seems to be an issue in Firefox 2 were the >> image is briefly displayed before it slides back in. This shows up as a >> quick flicker. >> >> I know there have been a few posts with similar problems... I was just >> wondering if anyone found a solution. Perhaps I am just going about it >> the wrong way. >> >> Here is an example: >> >> http://www.xrag.com/testing/animate/ >> >> Code is pretty simple: >> >> $(document).ready( function() { >> $("#testit").click(function() { >> $("#foo").SlideToggleRight(2000, foo(), 'easeboth'); >> return false; >> }); >> }); >> function foo() >> { >> $("#foo").SlideToggleRight(2000, null, 'easeboth'); >> return false; >> } >> >> >> Thank you in advance. >> >> - Jim >> >> >> _______________________________________________ >> jQuery mailing list >> [email protected] >> http://jquery.com/discuss/ > > ------------------------------------------------------------------------ > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
