Socket
Socket
Sign inDemoInstall

web-touch-ripple

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-touch-ripple - npm Package Versions

234

1.3.30

Diff

Changelog

Source

1.3.30

  • Fixed an issue where the ripple effect now recalculates the layout when the target element's size changes, preventing problems during dynamic size changes.
mttankkeo
published 1.3.20 •

Changelog

Source

1.3.20

  • Fixed an issue where the ripple effect would not fully expand when the size of the element changed during ripple spreading, by applying a temporary workaround to mitigate the inconvenience. (future update planned about it).

  • Fixed an issue where the fade-in animation was skipped at the start of the ripple effect. This issue occurred because requestAnimationFrame was used to handle intermediate steps, causing the element not to reflow when it was unnecessary. As a result, the browser could not determine the transition animation's start and end properly.

  • Updated the ripple effect to apply the willChange property, enabling GPU acceleration.

mttankkeo
published 1.3.10 •

mttankkeo
published 1.3.0 •

Changelog

Source

1.3.0

  • Fixed an issue where, in a gesture arena, if competing gestures (e.g., double-tap and long-tap) were present, the scenario where a gesture should ultimately win after pointer up, even if the competing gestures lose, was not being correctly handled.
  • Fixed an issue where using elements like <div class="ripple">, which could lead to duplication, was replaced with a custom element like <touch-ripple-effect> to manage its own animation and DOM tree removal.
mttankkeo
published 1.2.31 •

mttankkeo
published 1.2.30 •

Changelog

Source

1.2.30

  • Fixed an issue where applying overflow: hidden to ensure that the touch ripple effect was confined within the child elements caused significant rendering performance degradation. The solution now avoids applying this style when the effect is not present or active, resulting in a substantial performance improvement.
mttankkeo
published 1.2.20 •

Changelog

Source

1.2.20

  • Fixed an issue where certain gesture actions were incorrectly considered as clicks by ensuring that only the main button (e.g., the left button of the mouse) is recognized as clicked.
mttankkeo
published 1.2.10 •

Changelog

Source

1.2.10

  • Fixed an issue where all event callback functions were called twice when the wait option was enabled. The cause of this issue is suspected to have occurred during the transition from keyframe-based animation to an independent CSS transition method in a previous update.
mttankkeo
published 1.2.0 •

Changelog

Source

1.2.0

  • Fixed an issue where elements wrapped by touch-ripple or touch-ripple-connection affected the styling of their parent elements, impacting the expected style definitions. For example, even if a child element's height is set to 100%, if the touch-ripple element is the parent, the child's styles may not be applied correctly due to the parent element's influence.
mttankkeo
published 1.1.60 •

Changelog

Source

1.1.60

  • Added selector attribute and related features. For more details, please refer to the README.md.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc