TimingFunction: ((x) => number)

A continuous function that passes through points (0,0) and (1,1).

Type declaration

    • (x): number
    • Parameters

      • x: number

        The independent variable from 0 to 1.

      Returns number

Returns

The dependent variable of x.