update audio animation
This commit is contained in:
parent
7dd1eedf26
commit
0a96f8e0bf
6 changed files with 22 additions and 13 deletions
|
@ -158,7 +158,7 @@
|
|||
elem.setAttribute("src", url);
|
||||
}
|
||||
|
||||
if (browserInfo.chrome && !browserInfo.mobile) {
|
||||
if (browserInfo.animate && !browserInfo.mobile) {
|
||||
if (!elem.classList.contains('noFade')) {
|
||||
fadeIn(elem, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue