UIAnimationTrigger$json top-level constant

  1. @Deprecated('Use uIAnimationTriggerDescriptor instead')
Map<String, Object> const UIAnimationTrigger$json

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},
  ],
};