Defines the options for the ripple action.

interface Ripple {
    enabled?: boolean;
}

Properties

Properties

enabled?: boolean

Is the animation enabled. Default value: true.