clik-engine API
    Preparing search index...

    Interface MotionBlurConfig

    interface MotionBlurConfig {
        maxIntensity?: number;
        smoothing?: number;
        threshold?: number;
    }
    Index

    Properties

    maxIntensity?: number

    Maximum blur intensity

    smoothing?: number

    Smoothing for blur changes

    threshold?: number

    Velocity threshold to start blur (pixels/sec)