Skip to content

progress function : awesome feature + rectify animatation functions#15

Open
abdennour wants to merge 1 commit into
ehpc:masterfrom
abdennour:patch-6
Open

progress function : awesome feature + rectify animatation functions#15
abdennour wants to merge 1 commit into
ehpc:masterfrom
abdennour:patch-6

Conversation

@abdennour
Copy link
Copy Markdown
Contributor

progress function :

  • Calling with :
  • One Argument --> "percentOrCurrent" is the percent of progress
  • Two Argument ---> "percentOrCurrent" is the current amount, "total" is the total amount .

    animate :

  • you can pass "timer" && "timeout" as global settings , the "animate" function will reuse them if you don't specify argument 2 AND/OR argument 3
  • you can call animate function without argument , then, the animated message will be the message set on calling on show function .

stopAnimate :

  • Calling it without arguments -> means -> stop the last running job .

# progress function : 

-  Calling with : 
   - One Argument --> "percentOrCurrent" is the percent of progress
  - Two Argument ---> "percentOrCurrent" is the current amount, "total" is the total amount .
____________
# animate : 

- you can pass "timer" && "timeout" as global settings , the "animate" function will reuse them if you don't specify argument 2 AND/OR argument 3
- you can call ```animate ``` function without argument , then, the animated message will be the message set on calling on ```show``` function .

___

# stopAnimate :
  
  - Calling it without arguments -> means -> stop the last running job .
@ehpc ehpc added this to the Dynamic dots after the message milestone Dec 5, 2015
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