UIAnimation$json top-level constant

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

Implementation

@$core.Deprecated('Use uIAnimationDescriptor instead')
const UIAnimation$json = {
  '1': 'UIAnimation',
  '2': [
    {
      '1': 'Child',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Child'
    },
    {
      '1': 'Preset',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.UIAnimationPreset',
      '10': 'Preset'
    },
    {
      '1': 'Trigger',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.UIAnimationTrigger',
      '10': 'Trigger'
    },
    {
      '1': 'Curve',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.UIAnimationCurve',
      '10': 'Curve'
    },
    {'1': 'Duration_ms', '3': 5, '4': 1, '5': 5, '10': 'DurationMs'},
    {'1': 'Delay_ms', '3': 6, '4': 1, '5': 5, '10': 'DelayMs'},
    {'1': 'Repeat', '3': 7, '4': 1, '5': 8, '10': 'Repeat'},
    {'1': 'Repeat_count', '3': 8, '4': 1, '5': 5, '10': 'RepeatCount'},
    {'1': 'Yoyo', '3': 9, '4': 1, '5': 8, '10': 'Yoyo'},
  ],
};