Penpot plugins API
    Preparing search index...

    Interface Dissolve

    Dissolve animation

    interface Dissolve {
        type: "dissolve";
        duration: number;
        easing?: "linear" | "ease" | "ease-in" | "ease-out" | "ease-in-out";
    }
    Index

    Properties

    Properties

    type: "dissolve"

    Type of the animation

    duration: number

    Duration of the animation effect

    easing?: "linear" | "ease" | "ease-in" | "ease-out" | "ease-in-out"

    Function that the dissolve effect will follow for the interpolation. Defaults to linear.