Implement an appearance animation
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
49bb43c654
commit
6cb8ce8951
4 changed files with 66 additions and 11 deletions
|
@ -4,7 +4,10 @@ window.onload = function() {
|
|||
|
||||
function play(audioId) {
|
||||
let audioElement = document.getElementById(audioId);
|
||||
audioElement.play();
|
||||
setTimeout(function() {
|
||||
audioElement.play();
|
||||
}, 1000
|
||||
)
|
||||
}
|
||||
|
||||
function close_button(href) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue