UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

26 lines 801 B
/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 * * @link * https://github.com/material-components/material-web/blob/main/ripple/internal/ripple.ts * * [Modified by Sandlada & Kai Orion] * * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ export declare class RippleConfiguration { static readonly pressGrowMs = 550; static readonly minimumPressMs = 250; static readonly initialOriginScale = 0.2; static readonly padding = 10; static readonly softEdgeMinimumSize = 75; static readonly softEdgeContainerRadio = 0.35; static readonly pressPseudo = "::after"; static readonly animationFill: FillMode; static readonly touchDelayMs = 150; } //# sourceMappingURL=ripple-configuration.d.ts.map