UIAnimationTrigger$json top-level constant
- @Deprecated('Use uIAnimationTriggerDescriptor instead')
Implementation
@$core.Deprecated('Use uIAnimationTriggerDescriptor instead')
const UIAnimationTrigger$json = {
'1': 'UIAnimationTrigger',
'2': [
{'1': 'UIANIM_TRIGGER_NONE', '2': 0},
{'1': 'UIANIM_TRIGGER_ON_MOUNT', '2': 1},
{'1': 'UIANIM_TRIGGER_WHEN_VISIBLE_ONCE', '2': 2},
{'1': 'UIANIM_TRIGGER_WHEN_VISIBLE', '2': 3},
],
};