KC's Workspace
    Preparing search index...

    A drop-shadow() filter function.

    interface DropShadow {
        blur: Length;
        color: CssColor;
        xOffset: Length;
        yOffset: Length;
    }
    Index

    Properties

    blur: Length

    The blur radius of the drop shadow.

    color: CssColor

    The color of the drop shadow.

    xOffset: Length

    The x offset of the drop shadow.

    yOffset: Length

    The y offset of the drop shadow.