Animations are just references to sprites on a sprite sheet, so depending on where that image is, it is "loading" a certain subset of images.
Lets say you have 10 animations with 20 frames a piece, that is going to be broken up into a couple of sprite sheets.
Are you worried about memory or performance?