Advertisement
WILDAN_IZZUDIN

VIBRATION (HTML5)

Nov 7th, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. function getar() {
  3.     echo '<script>
  4.           window.navigator.vibrate([1000, 500, 1000]);
  5.         </script>';
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement