bootstrap-waitingfor
bootstrap-waitingfor copied to clipboard
message, animate, stopAnimate functions
-
Rectify message function : add setting as shared variable
-
animate function :
waitingDialog.show('go') // display "go" waitingDialog.animate('go') // display "go .." then , "go...." , then "go......" ., then repeat the loop waitingDialog.animate(["w","y"","z"]) //display "w" then "y" then "z" ,then repeat the loop waitingDialog.animate(function(container){ container.html(new Date()); })
Hey, abdennour! I've added your two last pull requests to a milestone https://github.com/ehpc/bootstrap-waitingfor/milestones so I could fix it and test it later, alternatively you could follow cotributing guidelines in README and make a proper pull request which will pass all required tests so I could accept it easily. Thanks!