FFAnimation$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAnimationDescriptor instead')
const FFAnimation$json = {
  '1': 'FFAnimation',
  '2': [
    {
      '1': 'curve',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFCurve',
      '8': {'3': true},
      '10': 'curve',
    },
    {
      '1': 'trigger',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAnimation.Trigger',
      '10': 'trigger'
    },
    {
      '1': 'legacy_delay',
      '3': 3,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyDelay',
    },
    {
      '1': 'legacy_duration',
      '3': 4,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyDuration',
    },
    {
      '1': 'fade_in',
      '3': 5,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'fadeIn',
    },
    {
      '1': 'dx',
      '3': 6,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'dx',
    },
    {
      '1': 'dy',
      '3': 7,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'dy',
    },
    {
      '1': 'scale',
      '3': 8,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'scale',
    },
    {
      '1': 'initial_state',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAnimationState',
      '8': {'3': true},
      '10': 'initialState',
    },
    {
      '1': 'final_state',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAnimationState',
      '8': {'3': true},
      '10': 'finalState',
    },
    {
      '1': 'hide_before_animating',
      '3': 11,
      '4': 1,
      '5': 8,
      '10': 'hideBeforeAnimating'
    },
    {
      '1': 'effects',
      '3': 12,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFEffect',
      '10': 'effects'
    },
    {
      '1': 'use_same_interval',
      '3': 13,
      '4': 1,
      '5': 8,
      '10': 'useSameInterval'
    },
    {
      '1': 'apply_initial_state',
      '3': 14,
      '4': 1,
      '5': 8,
      '10': 'applyInitialState'
    },
    {'1': 'loop', '3': 15, '4': 1, '5': 8, '10': 'loop'},
    {'1': 'reverse', '3': 16, '4': 1, '5': 8, '10': 'reverse'},
    {
      '1': 'delay',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'delay'
    },
    {
      '1': 'duration',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'duration'
    },
  ],
  '4': [FFAnimation_Trigger$json],
};