From 84ce31cabb1136fc7e33636056a6d95ddeb905ef Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sat, 23 May 2015 13:42:51 +0300 Subject: [PATCH] Updated AdminLTE Options list in documentation --- documentation/build/include/adminlte-options.html | 4 ++++ documentation/index.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/documentation/build/include/adminlte-options.html b/documentation/build/include/adminlte-options.html index be79f571..22f8b682 100644 --- a/documentation/build/include/adminlte-options.html +++ b/documentation/build/include/adminlte-options.html @@ -30,6 +30,10 @@ navbarMenuSlimscroll: true, navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar navbarMenuHeight: "200px", //The height of the inner menu + //General animation speed for JS animated elements such as box collapse/expand and + //sidebar treeview slide up/down. This options accepts an integer as milliseconds, + //'fast', 'normal', or 'slow' + animationSpeed: 500, //Sidebar push menu toggle button selector sidebarToggleSelector: "[data-toggle='offcanvas']", //Activate sidebar push menu diff --git a/documentation/index.html b/documentation/index.html index bbba8e25..6d276aad 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -332,6 +332,10 @@ AdminLTE/ navbarMenuSlimscroll: true, navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar navbarMenuHeight: "200px", //The height of the inner menu + //General animation speed for JS animated elements such as box collapse/expand and + //sidebar treeview slide up/down. This options accepts an integer as milliseconds, + //'fast', 'normal', or 'slow' + animationSpeed: 500, //Sidebar push menu toggle button selector sidebarToggleSelector: "[data-toggle='offcanvas']", //Activate sidebar push menu -- GitLab