Side navigation
#7935 closed bug (duplicate)
Opened January 10, 2011 07:47AM UTC
Closed January 10, 2011 01:16PM UTC
Last modified March 10, 2012 11:01AM UTC
jquery : animate function does work for left position from -10320 to -9460
Reported by: | vipul@artoonsolutions.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | effects | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
In my slider, i m trying to animate slide by changing left position. when slide move next, its add -890px and when slide move previous, its add +890px in current left position. My total slides are 13. when it comes at 13 no of slide, its left position is -10320px; now when one click on previous button, i will add +890px. Means my animation should be from -10320px to -9460px; it should be animate like -10320 ... -10000... -9500 ...-9460. but it is working like -10320 ... 0 ... -9460. I don't understand why its move to first slide then come to correct slide.
Kindly check following link.
Thanks for taking the time to contribute to the jQuery project by writing a bug report.
This has already been fixed and will be available with the next jQuery version.
In the future please consider searching if your bug hasn't already been filed (there are like ~10-15 duplicates if you search for -10000) before opening a new ticket
How to report bugs guide.