Hierarchy

  • IAnimator

Implemented by

Methods

  • Performs the changes declared in animFunction with animation. Duration indicates how long the animation will take in milliseconds.

    Android

    Ios

    Since

    0.1

    Returns Animator

  • Chains the perform method to another animator.

    Android

    Ios

    Since

    0.1

    Parameters

    • duration: number
    • animFn: (() => void)
        • (): void
        • Returns void

    Returns Animator

  • Runs the function provided after all animations are completed. Note that: It does not perform any animations.

    Android

    Ios

    Since

    0.1

    Parameters

    • callback: (() => void)
        • (): void
        • Returns void

    Returns void

Generated using TypeDoc