Skip to content

Commit

Permalink
Update src/lib/vibrate.js
Browse files Browse the repository at this point in the history
60 is the most suitable pause
  • Loading branch information
adamant-al authored Jan 17, 2024
1 parent 8db0171 commit 4d0cd05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/vibrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ const VIBRATION_PATTERN = {
SHORT: [80],
MEDIUM: [160],
LONG: [300],
DOUBLE_VERY_SHORT: [40, 20, 40],
TRIPLE_VERY_SHORT: [40, 20, 40, 20, 40],
DOUBLE_SHORT: [80, 40, 80]
DOUBLE_VERY_SHORT: [40, 60, 40],
TRIPLE_VERY_SHORT: [40, 60, 40, 60, 40],
DOUBLE_SHORT: [80, 60, 80]
}

function checkVibrateIsSupported() {
Expand Down

0 comments on commit 4d0cd05

Please sign in to comment.