Defines the options for the rippleFocus action.

interface RippleFocus {
    enabled?: boolean;
}

Properties

Properties

enabled?: boolean

Is the animation enabled. Default value: true.