Skip to content

ripple: option to keep ripple persistent #3169

Closed

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

P2The issue is important to a large percentage of users, with a workaround

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions