remove overlay classes

This commit is contained in:
Kevin Ngo
2018-12-11 03:54:30 -08:00
parent b2fce3efa4
commit 6ee2cf9141
7 changed files with 1 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
<a-entity
id="loadingSongInfoContainer"
class="overlay"
bind__animation__scale="enabled: isSongLoading"
bind__visible="isSongLoading"
animation__scale="property: scale; from: 1 1 1; to: 1.05 1.05 1.05; dir: alternate; loop: true; dur: 1200; easing: easeInOutCubic"