pub type ElementKeyframes = BTreeMap<String, Vec<KeyframeValue>>;
Per-element keyframe data: attribute name → frame values.
pub struct ElementKeyframes { /* private fields */ }