GroupCallbackOptions: {
    entry?: Positionable;
    index?: number;
    position?: object;
}

Options passed to any group animation callbacks for Data.TJSPositionDataRelative data or TweenOptions.

Type declaration

  • Optionalentry?: Positionable

    Any associated positionable entry / object.

  • Optionalindex?: number

    The index of the TJSPosition.PositionGroup being processed.

  • Optionalposition?: object

    The actual TJSPosition instance being processed.