-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaround
Description
As @crisbeto mentioned per chat, he needs a way for ripples to persist until they will be programmatically hidden.
We thought about another option for the RippleConfig
and also about exposing an object for the ripple.
let ripple = ripple.launch(0, 0, { persist: true });
// Manually fade-out the persistent ripple
ripple.fadeOut();
Related to #2520
Metadata
Metadata
Assignees
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaround