Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow down 'play' speed #53

Closed
prisavoor opened this issue Nov 4, 2014 · 6 comments
Closed

Slow down 'play' speed #53

prisavoor opened this issue Nov 4, 2014 · 6 comments

Comments

@prisavoor
Copy link

Hi,

Is there any way to slow down the speed of the rotation if the 'Play' button is pressed? Thanks.

@simonseddon
Copy link

Try using the speedMultiplier option. Default is 7. Slow it down by decreasing this number.

@johngamarra
Copy link

I've came here with same problem, decreasing speedMultiplier didn't change rotation speed

@emrecanozkok
Copy link

its very speedly turning

@simonseddon
Copy link

My bad.. speedMultiplier affects only the drag speed. The play speed is set in stone (to change the frame every 40ms) unfortunately. You'll have to update lines 276 and 319 to a new value – or add a new option to the options array and use that for versatility.

@creativeaura this quick one would be a nice addition in the much-anticipated v2.

@emrecanozkok
Copy link

thanx im fixed :), you need add personality

@creativeaura
Copy link
Owner

Now you can use *** playSpeed: 100 *** to control the playback speed of the animation in version 2.0.0

playSpeed: 200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants