I already use 1.1.1 jQuery.

I had to correct myself, I was very tired yesterday in the evening.
(at least) All the steps below are animated with the interface.js of Stefan
Petre and Paul Bakaus.
The still exists, so I know well that I not really undestand this flickering
problem.
More detailed description follow's:
1.Step
   Animated closing of the Image holder DIV

   [code] --> parts of nextImage() function
      $('#mainpicture_img').SlideToggleUp(500, function() {          ...
    },'bounceout');
   return false;
   [/code]

2. Step
  Get the image changeing in the hidden DIV
  //The images are already preloaded, should take no time to add them to
the picture
  [code] --> in the callback function of the hiding animation effect (Step
1)
         currentkep = 0;
$('#mainpicture_img').find('img').attr('src',document.kepek
[currentkep].src);
  [/code]

3. Step
   Show the new image with an animation

   [code] --> Still inside the callback funciton of the hiding animation
effect of Step 1
     $('#mainpicture_img').SlideToggleUp(1000);
   [/code]

My Problem occurs just between the 2. step and 3. step, the picture will be
shown for a bit of time (causing a flickering effect), but only in FF.
My Question is still why only in FF, and why when the DIV is hidden holding
this image?

thx
Bye Alex

On 2/21/07, Sanyi <[EMAIL PROTECTED]> wrote:

Sorry, fucking Gmail...

I would like to make a simple animation effect:
1. hide a Div
2. load content into div (picture)
3. show Div with new picture

by step 3 the picture is showing for a short time and animation appears.

I tried a lot of animation effects and plugins, but this always happens.
I slowly begin to be very anry about it. I spent about 10 Hours to find a
solution but (I think) I missed something in JQuery.

You can see an example at:

http://gocsejinvesthu.w3h.hu/referencia1/index.html

when you click on the left lower corner on the Képek menu, there will
appear some Albums for the pictures, only the first will work (white color)

when you click after on the right showing symbol the next image will be
shown.

My Question is, how to use JQuery that the flickering by the next image
won't happen in FF2?

In IE it works fine.

When I hide the div that contains the picture and change the picture
behind, and let show with animation. The picture will be shown for a very
short time before the animation effect will happen.
As it would get an show() and a hide() effects right before the animatin
starts.

Thx in advance
Alex (Sanyi)

On 2/21/07, Sanyi < [EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I would like to make a simple animation effect:
>
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to