Translates a string to a ease function. This function allows a great deal of

Examples:

sine.out => Easing.Sine.easeOut sine.in => Easing.Sine.easeIn sine.inOut => Easing.Sine.easeInOut sine => Easing.Sine.easeInOut

["sine", "out"] => Easing.Sine.easeOut

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

parserId: string
_issue: any = null

Methods

  • Basically convert a given string to the desired output.

    The input values can be set by various sources, including text based files like TMX or JSON. The idea is to make sense of a designers input and make things nice and configurable,

    Returns

    okay, string: error desc;

    Parameters

    • propertyName: any

      the name

    • propertyInfo: any

      data from the component

    • instanceValue: any

      unparsed value from the instance

    • outProps: any

      object that

    Returns any

Generated using TypeDoc