Home > react-native-material-kit > RippleProps

RippleProps type

Props of Ripple

Signature:

export declare type RippleProps = {
    rippleColor?: string;
    rippleDuration?: number;
    rippleLocation?: RippleLocation;
    maskEnabled?: boolean;
    maskColor?: string;
    borderWidth?: number;
    maskBorderRadius?: number;
    maskBorderRadiusInPercent?: number;
    maskDuration?: number;
    shadowAniEnabled?: boolean;
    disabled?: boolean;
} & MKTouchableProps;