[jQuery] Re: Jquery image gallery dev help

2008-06-30 Thread agus david
Hi Karl, that's exatcly the issue i got for some reason i cannot get the other way around to run parallel not sure why ... the code look like this ... identical each other but just behave a bit different is that bugs in jquery or my logic is something wrong ... $('#bigLeft').click( functi

[jQuery] Re: Jquery image gallery dev help

2008-06-30 Thread agus david
hi Karl, that's exactly the problem i dont know why i cannot make the otherway around parralel like as i did from left to right the code exactly the same i dont put any queue or something but it just look like it's not in parallel before i try to put queue false doesn't make difference the code

[jQuery] Re: Jquery image gallery dev help

2008-06-29 Thread Karl Rudd
An initial look suggests that the "scroll+scale" (in parallel) from left to right is working but the "right to left" is actually "scroll then scale" (serial). I hope that makes sense. Karl Rudd On Mon, Jun 30, 2008 at 12:19 PM, agus david <[EMAIL PROTECTED]> wrote: > > bump guys any help > > tha

[jQuery] Re: Jquery image gallery dev help

2008-06-29 Thread agus david
bump guys any help thank you David On Jun 30, 12:26 am, agus david <[EMAIL PROTECTED]> wrote: > hi guys, > > i try to make jquery imagegallerytry to take advantage using > animation but i had issues when i try to animate to scroll from right > to left all looks good but the other way around fro