Map<String, dynamic> toJson() { return { 'animationName': animationName.toJson(), 'keyframes': keyframes.map((e) => e.toJson()).toList(), }; }