Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an animation, i.e. a function that interpolates between two or more values.

Hierarchy

  • RaphaelAnimation

Index

Methods

  • Creates a copy this existing animation object with the given delay.

    Parameters

    • delay: number

      Number of milliseconds that represent the delay between the start of the animation start and the actual animation.

    Returns RaphaelAnimation

    A copy of this animation with the given delay.

  • Creates a copy of existing animation object with given repetition.

    Parameters

    • repeat: number

      Number iterations of animation. For a never-ending animation pass Infinity.

    Returns RaphaelAnimation

    A copy of this animation that repeats the given number of times.

Generated using TypeDoc