Browse Source

sound volumen

master
Gustavo Adolfo Mesa Roldán 4 years ago
parent
commit
9b3ecafb23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      index.html

+ 1
- 0
index.html View File

@ -92,6 +92,7 @@
<script>
$(document).ready(function(){
sound = new Audio('sound.mp3');
sound.volume = 0.1;
$(".logo").animate({
opacity: '1'
}, 1500);


Loading…
Cancel
Save