@override List<String> get animationDirection => _animationDirection ?? ['normal'];
set animationDirection(List<String>? value) { _animationDirection = value; }