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

Max throw speed #172

Closed
thejae opened this issue Feb 1, 2013 · 3 comments
Closed

Max throw speed #172

thejae opened this issue Feb 1, 2013 · 3 comments
Assignees
Milestone

Comments

@thejae
Copy link

thejae commented Feb 1, 2013

Hi there, thanks for this great plugin. I'd like to know if I can set the maximum speed. I using the plugin to showcase some luxury products and i don't want people to spin them around madly like cheap toys :P thanks!!

PS: am using throwable: true.

@pisi
Copy link
Owner

pisi commented Feb 14, 2013

Thanks! :) Hm, I haven't considered a max speed yet. Don't know about clipping it, but a possibility to provide some numeric sensitivity via the throwable option would sure be very nice. Scheduled for the 1.2.1

@ghost ghost assigned pisi Feb 14, 2013
pisi added a commit that referenced this issue Feb 20, 2013
@pisi
Copy link
Owner

pisi commented Feb 20, 2013

From now, besides the existing Boolean value, the same throwable option now can now accept a numeric input, which will limit the throw velocity induced by user.

    $('#my_image').reel({
      throwable: 0.9
    })

The higher the positive value, the faster the spin. Usage is demonstrated in the clockwise sprite object movie example.

Merged into the development branch and awaiting release.

@pisi pisi closed this as completed Feb 20, 2013
pisi added a commit that referenced this issue Feb 23, 2013
========

* new exciting multi-row stitched panorama possibility
* full compatibility with jQuery 1.9.x and 2.0 beta
* one less dependency (disableTextSelect)
* fixed page scrolling on touch devices
* maximal throw velocity via `throwable`
* image assets folder
* fixed image sequence allowing for odd starting points

Includes fixes for issues #129, #140, #174, #175, #142, #146, #144, #129, #172
@pisi
Copy link
Owner

pisi commented Feb 23, 2013

Merged into master and included in today's version 1.2.1 release.

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

No branches or pull requests

2 participants