webani - v1.0.0
    Preparing search index...

    A specific implementation of WebaniInterpolatedAnimation for animating a WebaniPerspectiveCamera object. This class handles the interpolation of camera properties over time.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    backwards: boolean

    Whether the animation plays in reverse.

    duration: number

    Duration of the animation in milliseconds.

    interpolationFunction: (before: number, after: number, t: number) => number

    The interpolation function used for the animation.

    Accessors

    Methods