Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @svg-drawing/animation

Index

Type Aliases

AnimationOption: RendererOption & { ms: number }
FrameAnimation: ((origin: Path[], loopIndex?: number) => Path[])

Type declaration

    • (origin: Path[], loopIndex?: number): Path[]
    • Parameters

      • origin: Path[]
      • Optional loopIndex: number

      Returns Path[]

Generated using TypeDoc