-
Notifications
You must be signed in to change notification settings - Fork 233
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
Reverse rotation/drag direction #70
Comments
Can you please explain ? |
I've got the same "problem". In our capturing process we spin the objects clockwise, but 360slider is expecting the images to spin counterclockwise. So a reverse option would be nice to have 👍 |
Work for me, on line 476 and 478 threesixty.js, you can replace :
with
and
with
Could be a configuration option (eg : AppConfig.rotationDirection) ? |
Modify Javascript code to reverse image rotation direction, per this discussion on GitHub: creativeaura/threesixty-slider#70 Hopefully in the future this will be provided by a config option – in the meantime this means that the project will use a non-standard version of this JS plugin for now.
Modify Javascript code to reverse image rotation direction, per this discussion on GitHub: creativeaura/threesixty-slider#70 Hopefully in the future this will be provided by a config option – in the meantime this means that the project will use a non-standard version of this JS plugin for now.
You can just reverse se rotation by changing the |
Is there a way to reverse the rotation of the image when dragging?
The text was updated successfully, but these errors were encountered: