We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094265c commit 0cd5635Copy full SHA for 0cd5635
src/lib/core/ripple/ripple-renderer.ts
@@ -24,9 +24,9 @@ export type RippleConfig = {
24
* There are two animation phases with different durations for the ripples.
25
*/
26
export interface RippleAnimationConfig {
27
- /** Duration in milliseconds for the enter animation. */
+ /** Duration in milliseconds for the enter animation (expansion from point of contact). */
28
enterDuration?: number;
29
- /** Duration in milliseconds for the exit animation. */
+ /** Duration in milliseconds for the exit animation (fade-out). */
30
exitDuration?: number;
31
}
32
0 commit comments