Man kann beliebige AFRAME Objecte sich in ihrer Farbe verändern lassenproperty: color; from: rgb(r,g,b); Anfangsfarbe 0,255,0 = grün to: rgb(r,g,b); Endfarbe 255,0,0 = rot dur: nnnn (Dauer in millisec); loop: true | false | Anzahl; easing: linear; |
<a-cylinder id="balken" position="1.17 1.63 0" height="1.2" radius="0.05" rotation="90 0 0" animation__col="property:color; from:rgb(0,255,0); to:rgb(255,0,0); dur:6000; loop:true; dir:alternate; easing:linear;" ></a-cylinder> |