47fe6ecf by Jeff Balicki

ttt

1 parent 5afd7889
......@@ -21,6 +21,7 @@ jQuery( document ).ready(function($) {
var boxes = document.querySelectorAll("g");
var box = getShuffledArr(boxes);
function getShuffledArr (arr){
return [...arr].map( (_, i, arrCopy) => {
var rand = i + ( Math.floor( Math.random() * (arrCopy.length - i) ) );
......@@ -35,7 +36,7 @@ jQuery( document ).ready(function($) {
function(){
animateMe(element)
}
, i * 1500);
, i * 750);
});
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.07
Version: 1.1.08
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......