Skip to content

Commit

Permalink
Update roll.html
Browse files Browse the repository at this point in the history
  • Loading branch information
microintel authored Nov 4, 2024
1 parent 431d9cf commit 9176d4d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions file/roll.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,21 +230,15 @@ <h4 class="bi bi-music-note-beamed"></h4>
if (cau && cau !== au) {
cau.pause();
cau.currentTime = 0;
let xxx=document.getElementsByTagName("img");
for(let x=0;x<xxx.length;x++){
document.getElementsByTagName("img")[x].style.animation="60s rot infinite";
}

}
au.play();
cau = au;
} else {
if (au === cau) {
au.pause();
cau = null;
let xx=document.getElementsByTagName("img");
for(let x=0;x<xx.length;x++){
document.getElementsByTagName("img")[x].style.animation="";
}

//document.getElementsByTagName("img")[0].style.animation="";
}
}
Expand Down

0 comments on commit 9176d4d

Please sign in to comment.