0
より美しい方法で同じアニメーションを再利用する方法はありますか?Aフレームでアニメーションを再利用するには?
<a-entity channel-selection class="channels" mixin="fontplane" material="opacity:0.6">
<a-animation attribute="material.opacity" begin="fade" to="0"></a-animation>
<a-animation attribute="material.opacity" begin="unfade" to="0.6"></a-animation>
<a-entity class="channels" mixin="channelfont" text="text: Channel6">
<a-animation attribute="material.opacity" begin="fade" to="0"></a-animation>
<a-animation attribute="material.opacity" begin="unfade" to="0.6"></a-animation>
</a-entity>
</a-entity>