clik-engine API
    Preparing search index...

    Interface ImpactDistortionConfig

    interface ImpactDistortionConfig {
        duration?: number;
        intensity?: number;
        radius?: number;
        speed?: number;
    }
    Index

    Properties

    duration?: number

    Duration in ms

    intensity?: number

    Intensity of distortion (0-1)

    radius?: number

    Maximum radius of the ripple in pixels

    speed?: number

    Expansion speed in pixels/sec