@override List<String> get animationName => _animationName ?? [NONE];
set animationName(List<String>? value) { _animationName = value; }