Skip to content

Commit 0cd5635

Browse files
committed
Address feedback
1 parent 094265c commit 0cd5635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/core/ripple/ripple-renderer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ export type RippleConfig = {
2424
* There are two animation phases with different durations for the ripples.
2525
*/
2626
export interface RippleAnimationConfig {
27-
/** Duration in milliseconds for the enter animation. */
27+
/** Duration in milliseconds for the enter animation (expansion from point of contact). */
2828
enterDuration?: number;
29-
/** Duration in milliseconds for the exit animation. */
29+
/** Duration in milliseconds for the exit animation (fade-out). */
3030
exitDuration?: number;
3131
}
3232

0 commit comments

Comments
 (0)