ixfx
    Preparing search index...

    Type Alias ModulatorTimed

    ModulatorTimed: HasCompletion & {
        compute: () => number;
        reset: () => void;
        get isDone(): boolean;
    }

    Type Declaration

    • compute: () => number

      Computes the current value of the easing

    • reset: () => void

      Reset the easing

    • get isDone(): boolean

      Returns true if the easing is complete