paper-ripple icon indicating copy to clipboard operation
paper-ripple copied to clipboard

Adds a Material Design ripple effect to UI elements

Results 28 paper-ripple issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.15.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.15.0 to 1.25.0. Release notes Sourced from prismjs's releases. v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0 v1.22.0 Release 1.22.0 v1.21.0 Release 1.21.0...

cla: yes
dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cla: yes
dependencies

We've been using paper-ripple@fast-ripple-2 due to the **way** better performance. Especially on mobile devices. Now that we've switched to Polymer 3 (for improved performance) we are no longer able to...

The `this.maxRadius` variable is a misleading variable. For one thing, it is only used in 2 calculations, both of which are state checks: ``` javascript get isOpacityFullyDecayed() { return this.opacity...

cleanup
breaking-change
p2 - icebox

https://github.com/PolymerElements/paper-ripple/blob/259c24a0c8d09fc8e3e13b877905d77f7ea47995/paper-ripple.d.ts#L155 Is there a good workaround for this? I can't currently build my frontend project with the latest tsc because of this error.

### Description `paper-ripple` currently animates on `mousedown`, which means that on mobile devices, the ripple effect is playing when you drag a finger over the ripple-able container. When using `paper-ripple`...

It's easy to style a paper-ripple that is not nested within another element, but when a paper-ripple _is_ nested within another element, it's tricky to style the paper-ripple. This mixin...

cla: yes

In the `upAction`, check if the animation loop is already running to avoid creating a new one. Fixes https://github.com/PolymerElements/paper-ripple/issues/75

cla: yes