values constant
Implementation
static const $core.List<UIAnimationPreset> values = <UIAnimationPreset>[
UIANIM_PRESET_UNSPECIFIED,
UIANIM_PRESET_FADE_IN,
UIANIM_PRESET_FADE_IN_UP,
UIANIM_PRESET_FADE_IN_DOWN,
UIANIM_PRESET_FADE_IN_LEFT,
UIANIM_PRESET_FADE_IN_RIGHT,
UIANIM_PRESET_SCALE_IN,
];