weasel API - v0.8.0
    Preparing search index...

    Interface SpringVertexColorsOptions

    interface SpringVertexColorsOptions {
        channel: VertexColorChannel;
        damping?: number;
        from: readonly number[];
        id: string;
        interpolate?: ColorInterpolate;
        interpolation?: ColorSpace;
        mass?: number;
        onDone?: () => void;
        preset?: SpringPresetName;
        stiffness?: number;
        to: readonly number[];
    }
    Index

    Properties

    damping?: number
    from: readonly number[]

    Per-anchor RGBA in 0..1 floats. See TweenVertexColorsOptions.from.

    id: string
    interpolate?: ColorInterpolate
    interpolation?: ColorSpace
    mass?: number
    onDone?: () => void
    stiffness?: number
    to: readonly number[]

    Per-anchor RGBA in 0..1 floats. See TweenVertexColorsOptions.to.