Hey guys I'm new to Aframe and trying to set up a whole bunch of gifs in a spatial web environment.
I'm getting a bit stuck in loading a gif on a plane.
I've loaded the image through the assets folder of Aframe (glitch), currently it looks like this:
<a-assets>
<img id="dance" src="https://cdn.glitch.com/89b3ce36-3eac-4bb0-865c-585a7fe58409%2Fdance.gif?1556817051483.gif" >
</a-assets>
<a-plane src="#dance" position="5 3 -5" transparent="true" ></a-plane>
Right now the gif shows up, but it is static. How could I get it to start playing?