overlay class to loading

This commit is contained in:
Kevin Ngo
2018-10-25 07:25:25 -07:00
parent 5e0e243592
commit 2316dccdce

View File

@@ -1,6 +1,6 @@
<a-entity
id="loadingSongInfoContainer"
class="overlayExclude"
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"