Represents a variable that can dynamically change with time (using requestAnimationFrame)

Hierarchy

  • Dynamic

Constructors

Accessors

Methods

Constructors

  • Parameters

    • fn: ((val) => void)
        • (val): void
        • Parameters

          • val: number

          Returns void

    • config: {
          defaultValue: number;
          max: number;
          min: number;
          wrap: boolean;
      }
      • defaultValue: number
      • max: number
      • min: number
      • wrap: boolean

    Returns Dynamic

Accessors

Methods

Generated using TypeDoc