update audio animation

This commit is contained in:
Luke Pulverenti 2015-11-30 01:19:31 -05:00
parent 7dd1eedf26
commit 0a96f8e0bf
6 changed files with 22 additions and 13 deletions

View file

@ -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);
}