webani - v1.0.0
    Preparing search index...

    A class that animates a collection of WebaniTransformable objects or a WebaniPolygon. This class manages the interpolation of all objects within the collection over time.

    The animation is based on interpolating each object inside the collection from its before state to its after state.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    An array of animations for each individual WebaniTransformable object inside the collection.

    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