bootstrap-waitingfor icon indicating copy to clipboard operation
bootstrap-waitingfor copied to clipboard

message, animate, stopAnimate functions

Open abdennour opened this issue 10 years ago • 1 comments

  • 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());
    })
    

abdennour avatar Nov 17 '15 04:11 abdennour

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!

ehpc avatar Dec 05 '15 11:12 ehpc