The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
Can't control speed and continuous speed flys out of control
| Project: | 3D Image Carousel |
| Version: | 1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Same issue as the first guy.
- Login to post comments

Comments
#1
if you add "contSpeed = contSpeed/opt.speed;" on line 53 below "contSpeed = btnSpeed * $.browser.msie ? 0.05 : 1.5;" it works like a charm.
#2
same as first and second post...can't control speed even when i insert requested code...
#3
I tried comment#1's suggestion and it didn't help, so I modified line 134 as follows:
else $().mousemove(function(e) { rate = (e.pageX - opt.centerX) / opt.speed*0.1; }); //dd mod to add the *0.1 to slo things downand it cut the out-of-control speed to 10%, much better.