# wx.vibrateShort(Object object)
Start from base library version 1.2.0. Please remaining backward compatible.
Allows the phone to vibrate for a short period of time (15 ms). This only works on iPhone 7/7 Plus and Android models.
# Parameters
# Object object
| Attribute | Type | Default | Required | Description |
|---|---|---|---|---|
| success | function | No | The callback function for a successful API call | |
| fail | function | No | Callback function for failed API call | |
| complete | function | No | Callback function used when API call completed (always executed whether call succeeds or fails) |