Propeller icon indicating copy to clipboard operation
Propeller copied to clipboard

JavaScript library to rotate elements with mouse or touch gestures. Supports inertia and stepwise rotation. Optimized for better performance.

Results 13 Propeller issues
Sort by recently updated
recently updated
newest added

DO NOT MERGE THIS PULL REQUEST This is what i'm using to be able to rotate an object without having to mouse over it. The problem is that would crash...

Hello I used this script on my web site but it doesn't work on touch screen on my computer. I tried to change on tablet mode, tried egde, chrome, firefox,...

Hiya, So I can't seem to be able to initiate the rotation with a mouse drag, not even on your website :( The rotation happens nicely on a touch-drag, but...

If the propeller containing page is called inside iframe, it does not work. Is there any way to solve this?

Hi! Is possible to limit rotation to range of angles (eg from 270 to 90 top half circle)? if yes, how? Thank's!!!

i want to use your code in one of my android app.can i use it or if i want to sell my android app can i sell it.

i have set this property var pr = new Propeller(document.getElementById('pro'), { inertia: .996, speed:0 }); now i want to rotate this elemnt only on button click currently this is also...

Hello, i determine in my test with the propeller.js lib that it doesn't work on my chrome browser (Version 57.0.2987.110) under windows. On your example page (http://pixelscommander.com/polygon/propeller/example/jquerygrid.html) the behavior is...

Not sure if this deserves a new issue, but to make sure that it gets proper attention. PR #27 got merged, but can you [update](https://docs.npmjs.com/getting-started/publishing-npm-packages#updating-the-package) the npm [package](https://www.npmjs.com/package/Propeller) as well?

the import of Propeller returns an empty object instead of a constructor function. ``` import Propeller from "Propeller/src/propeller" ``` luckily i can workaround it by directly accessing "window.Propeller" after the...