Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible to play a series of png files

ANSWERED

I am looking to create a clockface with animation by playing a series of PNG files. Can this be done ? if yes, is there a sample code I can refer to ?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions
4 REPLIES 4

Thanks, this is what I am looking for. The png is being played on the foreground. Is it possible to have the animation played on the background ?

Best Answer
0 Votes

I'm unsure what you mean by foreground, but if you mean in front of the other elements, then just change the order of the elements in the gui file.

<svg>
 <thing-bottom />
 <thing-middle />
 <thing-top />
</svg>
Best Answer
0 Votes

Ah yes, what a stupid question. Thanks😁

Best Answer
0 Votes