mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-07 07:10:37 +03:00
Merge pull request #274 from noradaiko/master
rippleOut on click and touchend
This commit is contained in:
commit
9f943a1545
|
@ -148,7 +148,7 @@
|
|||
}, 500);
|
||||
|
||||
// On mouseup or on mouseleave, set the mousedown flag to "off" and try to destroy the ripple
|
||||
element.on("mouseup mouseleave", function() {
|
||||
element.on("mouseup mouseleave touchend", function() {
|
||||
ripple.data("mousedown", "off");
|
||||
// If the transition "on" is finished then we can destroy the ripple with transition "out"
|
||||
if (ripple.data("animating") == "off") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user