Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • CanvasAnimationOptions

    Index

    Properties

    context: DisplayObject

    A DisplayObject which defines context to the PIXI.Ticker function

    name: string

    A unique name which can be used to reference the in-progress animation

    duration: number

    A duration in milliseconds over which the animation should occur

    priority: number

    A priority in PIXI.UPDATE_PRIORITY which defines when the animation should be evaluated related to others

    easing: string | Function

    An easing function used to translate animation time or the string name of a static member of the CanvasAnimation class

    ontick: ((arg0: number, arg1: CanvasAnimationOptions) => any)

    Type declaration