Activate Vibration in Web Apps — and Delight Your Users
You can bring life to a web interface not only through animations and sounds. There’s a simple but rarely used trick — vibration. It adds physical feedback and makes interactions feel more natural and emotional.
📱 What is Vibration in the Web?
It’s the ability to trigger vibration feedback on supported devices (typically Android smartphones) using the Vibration API. It’s simple:
navigator.vibrate(200); // vibrate for 200 milliseconds
✨ What Makes It Special?
Makes the interface tangible — especially on mobile,
Adds emotional feedback to actions,
Triggers a wow-effect — since many don’t know it’s possible,