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