ledfx
    Preparing search index...

    Interface FadeEffectConfig

    Specific configuration for the 'fade' effect.

    interface FadeEffectConfig {
        speed?: number;
        type: "fade";
    }
    Index

    Properties

    Properties

    speed?: number

    Rate of change of color

    0.5
    

    0.1

    10

    type: "fade"