ledfx
    Preparing search index...

    Interface GifplayerEffectConfig

    Specific configuration for the 'gifplayer' effect.

    interface GifplayerEffectConfig {
        bounce?: boolean;
        gif_fps?: number;
        image_location?: string;
        type: "gifplayer";
    }
    Index

    Properties

    bounce?: boolean

    Bounce the GIF instead of looping

    False
    
    gif_fps?: number

    How fast to play the gif

    10
    

    1

    60

    image_location?: string

    Load GIF from URL/local file

    ''
    
    type: "gifplayer"