Sunday, July 26, 2009

[jQuery] Re: jQuery / CSS: element jump around on .animate()

Hey,

The jumpiness is because all of your images start with a css display of
'inline', and while they animate, they have a css display of 'block',
and when the animation is finished, it gets set back to a display of
'inline'

Can I ask what the desired functionality is? Do you just want to zoom a
clicked image?

jezmck wrote:
> Hi Gang,
>
> If you have a look at http://webcam.jezmckean.com/ and click on an
> image you will see what I mean.
>
> It's as if the image is converted to a div while animating.
>
> Any ideas anyone?
>

No comments: