Plugins

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
Description

Same issue as the first guy.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#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 down

and it cut the out-of-control speed to 10%, much better.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.