stuyam / pressure

:point_down::boom: JavaScript library for handling Force Touch, 3D Touch, and Pointer Pressure.
https://pressurejs.com
MIT License
2.91k stars 98 forks source link

Polyfill speed option #22

Closed stuyam closed 8 years ago

stuyam commented 8 years ago

If you are using the polyfill option, should you be able to set the speed of with the polyfill goes from 0 to 1. Currently it takes 1 second to go from 0 to 1. I am thinking right now that I will not allow this as an option, but if anyone thinks that it would be useful I would be happy to hear the argument for it :smile:

stuyam commented 8 years ago

Should there be a flag of some sort to be able to determine if you are using native support or polyfill support? Not sure if I want to give that type of coarse control.