Explorar el Código

enhanced tree collapse/expand to avoid flood slide animation on multiple clicks on one item

REJack hace 5 años
padre
commit
d204bc1e3c
Se han modificado 3 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      build/js/Tree.js
  2. 2 2
      dist/js/adminlte.js
  3. 0 0
      dist/js/adminlte.min.js

+ 2 - 2
build/js/Tree.js

@@ -82,7 +82,7 @@
     }
 
     parent.addClass(ClassName.open);
-    tree.slideDown(this.options.animationSpeed, function () {
+    tree.stop().slideDown(this.options.animationSpeed, function () {
       $(this.element).trigger(expandedEvent);
       parent.height('auto');
     }.bind(this));
@@ -93,7 +93,7 @@
 
     //tree.find(Selector.open).removeClass(ClassName.open);
     parentLi.removeClass(ClassName.open);
-    tree.slideUp(this.options.animationSpeed, function () {
+    tree.stop().slideUp(this.options.animationSpeed, function () {
       //tree.find(Selector.open + ' > ' + Selector.treeview).slideUp();
       $(this.element).trigger(collapsedEvent);
 

+ 2 - 2
dist/js/adminlte.js

@@ -909,7 +909,7 @@ throw new Error('AdminLTE requires jQuery')
     }
 
     parent.addClass(ClassName.open);
-    tree.slideDown(this.options.animationSpeed, function () {
+    tree.stop().slideDown(this.options.animationSpeed, function () {
       $(this.element).trigger(expandedEvent);
       parent.height('auto');
     }.bind(this));
@@ -920,7 +920,7 @@ throw new Error('AdminLTE requires jQuery')
 
     //tree.find(Selector.open).removeClass(ClassName.open);
     parentLi.removeClass(ClassName.open);
-    tree.slideUp(this.options.animationSpeed, function () {
+    tree.stop().slideUp(this.options.animationSpeed, function () {
       //tree.find(Selector.open + ' > ' + Selector.treeview).slideUp();
       $(this.element).trigger(collapsedEvent);
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/js/adminlte.min.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio