ANIM file formats only store the changes since the previous draw to that buffer. That means on a double buffered display, it stores the changes from 2 frames back. If the anim remains unchanged since 4 frames back (60/4=15) the intermediate 3 frames that are unchanged take almost no memory except audio frames. Does that seem acceptable to you?