What is Vibration Pattern Maker?

Vibration Pattern Maker lets you design custom vibration sequences for mobile devices using the Web Vibration API. Create patterns of vibrate and pause intervals, test them on your phone, and export the pattern array for use in web apps.

How to use

  1. Add vibration and pause segments to build your pattern using the visual timeline.
  2. Tap Play to test the vibration pattern on your device (mobile only).
  3. Export the pattern as a JavaScript array to use in your own web applications.

Result

A mobile developer creates an SOS vibration pattern (short-short-short, long-long-long, short-short-short) and exports the array [100,50,100,50,100,200,300,50,300,50,300,200,100,50,100,50,100] for their notification system.

Related Tools