A straightforward way to achieve this is to create multiple 9-Patches with different images (your animation frames), place them in a container with one another, set them to the same size/patch settings, and have one of them use the Timer behavior to selectively turn their visibility on and off.
There may also be some plugins people have made to achieve similar results, but the above will brute-force the result you are looking for.