@supuwoerc/masonry
    Preparing search index...

    Interface BreathingOptions

    呼吸占位符选项 Breathing placeholder options

    interface BreathingOptions {
        backgroundColor?: string | GradientBackground;
        duration?: number;
        highlightColor?: string;
        radius?: number;
    }
    Index

    Properties

    backgroundColor?: string | GradientBackground

    底色(支持纯色或渐变) Background color (supports solid color or gradient)

    '#e0e0e0'
    
    duration?: number

    单次呼吸周期时间(ms) Duration of one breathing cycle in ms

    1500
    
    highlightColor?: string

    呼吸叠加色 Breathing overlay color

    'rgba(255, 255, 255, 0.6)'
    
    radius?: number

    圆角半径(px) Border radius in px

    0