A-Frame's animation system can animate different types of properties.
vec3 Properties
A-Frame has standard vec3 components (i.e., position, rotation,
and scale). These components consist of three factors: X, Y, and Z. We can
pass three space-delimited numbers to the from and to attributes just a...