Skip to content

Conversation

@abdennour
Copy link
Contributor

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

- 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());
})
     ```
@ehpc ehpc added this to the Dynamic dots after the message milestone Dec 5, 2015
@ehpc
Copy link
Owner

ehpc commented Dec 5, 2015

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants