This problem was in Interface for a long time. I managed to fix it a 
week ago and it is in SVN. I'm very very busy for the next two weeks or 
so and I can not release the changes. You can use ifx.js from SVN and 
the problem will be fixed.

Stefan


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/

Reply via email to