Commit Graph

10 Commits

Author SHA1 Message Date
joelcoxokc
764c35dab2 Update to ripple.js
Bug: If anything with ripple class is clicked too many times too fast, the ripple color stays, and the element becomes darker

Fix: on rippleOut($ripple) you have a setTimeout which calls $ripple.remove()
-   I changed this line to say $('.ripple').remove()

This removes any ripple class. I am assuming the user is not going to have multiple mouses trying to make multiple thing ripple at once.

Enjoy the change!!

I am also making angular directives for this library
2014-09-29 12:51:33 -07:00
Federico Zivolo
ed9eafc96a fixed regex 2014-09-26 13:38:56 +02:00
Federico Zivolo
2c18bd2d13 fixed buttons on safari 2014-09-26 13:22:27 +02:00
Federico Zivolo
c19199eb88 attempt to fix #26 2014-09-23 10:00:58 +02:00
Federico Zivolo
68d3fd3be5 fixed links on firefox 2014-09-18 09:18:45 +02:00
FezVrasta
42494e245b fixed click on firefox 2014-09-17 08:18:00 +02:00
Federico Zivolo
19d0c1bede fixed ripples.js on old versions of browsers which not support element.matches 2014-09-05 10:08:47 +02:00
Federico Zivolo
9548af79b3 Fixed problem in RipplesJS 2014-08-25 16:41:22 +02:00
Federico Zivolo
96d11df81f improved transitions. 2014-08-25 13:57:22 +02:00
Federico Zivolo
1023f8f6f9 Rewritten ripples effect, now is standalone.
The ripples effect provided by some jQuery spaghetti now is a standalone plain javascript script, there was some improvements with this new version, for example now multiple ripples are possible.
2014-08-25 13:00:49 +02:00