Re: Vibration API strength (weaker/stronger)

On Aug 21, 2013, at 11:38 PM, 7raivis@inbox.lv wrote:

> Vibration API strength proposal with stair-stepping/smooth volume reduce/increase:

[...]

> or the same in simplified version without strings:
> 
>     navigator.vibrate([{200, [0, 80]}, {1000, 50, [0, 100, 0]}, {200, [50]}]);
> 
> and single 1 s vibrate with 100 strength and without delay:
> 
>     navigator.vibrate({1000}); 

Is anyone interested in implementing strength?

If not, I'd defer this for later, and let people experiment with Michael's pulse modulation idea. Perhaps someone comes up with a Vibration.js library for that ;-)

-Anssi

Received on Wednesday, 4 September 2013 14:54:59 UTC