PolymerElements/paper-ripple

paper-ripple seems to create a separate layer for each element when it is instantiated

Closed this issue · 5 comments

This seems to be causing slow compositing on pages where there are multiple paper-ripples, such as lists where there is a ripple on each item when tapped.

Daniel showed this to me - I'll take a look at it.
On May 13, 2015 4:26 PM, "Taylor Savage" notifications@github.com wrote:

This seems to be causing slow compositing on pages where there are
multiple paper-ripples, such as lists where there is a ripple on each item
when tapped.


Reply to this email directly or view it on GitHub
#14.

👍 thanks!

Status on this?

cdata commented

Sorry, this should have been fixed in #19. Please re-open if it is still happening for you!

@cdata My issue might be something else. I have a bunch of <paper-ripple> in a list (in every li-element) and when I click the element, the ripple spreads out over the entire website. Even if the parent is position: relative;. Is this normal?