JS Vibration
This project is a simple demonstration of the JavaScript Vibration API. The Vibration API allows web developers to trigger vibration patterns on a user's device. This API is particularly useful for mobile devices that support haptic feedback.
The API allows you to create simple vibrations or complex patterns by specifying durations in milliseconds. Note that this feature only works on devices that support vibration (typically mobile phones and some tablets).