//! Animation trait for unified access to animation assets
use ;
use Cow;
use HashMap;
/// A trait providing unified access to animation data regardless of storage format.
///
/// This allows working with both `Compressed` and `Uncompressed` animations
/// through a common interface.