For Slide, Drop, Fold etc Interface is not rewriting the FX. The problem is elsewhere.
Brandon Aaron wrote: > It is fixed in the core but I believe Interface rewrites the fx module > of jQuery and the bug probably exists there as well. > > Stefan, I can provide a patch for Interface if needed. > > -- > Brandon Aaron > > On 2/22/07, Sanyi <[EMAIL PROTECTED]> wrote: > >> Sorry Karl, this did not have been fixed, as I tried it, the flickering >> still exists on all effects except of fadeIn and fadeOut! >> Bye Alex(Sanyi) >> >> >> On 2/22/07, Karl Swedberg <[EMAIL PROTECTED]> 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/ >> >> >> > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
