Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace for the jQuery Roundabout plugin.

Contains some additional types and interfaces required for the typings.

Roundabout is a jQuery plugin that easily converts unordered lists & other nested HTML structures into entertaining, interactive, turntable-like areas.

See https://github.com/fredleblanc/roundabout.

Index

Type aliases

AnimationMethod

AnimationMethod: "next" | "previous" | "nearest"

The animation method used when animating the roundabout.

Axis

Axis: "x" | "y"

Specifier for an axis.

  • x: The horizontal axis.
  • x: The vertical axis.

RoundaboutCallback

RoundaboutCallback: () => void

Type declaration

Generated using TypeDoc