You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Progressjs
1
+
# ProgressJS
2
2
3
3
> ProgressJs is a JavaScript and CSS3 library which help developers to create and manage progress bar for every objects on the page.
4
4
@@ -9,15 +9,19 @@
9
9
2) Execute following JavaScript code in the page:
10
10
11
11
```javascript
12
-
//to set progress-bar for whole page
13
-
progressJs().start();
14
-
//or for specific element
15
-
progressJs("#targetElement").start();
12
+
//to set progress-bar for whole page
13
+
progressJs().start();
14
+
//or for specific element
15
+
progressJs("#targetElement").start();
16
16
```
17
17
18
18
19
19
Use other methods to increase, decrease or set a auto-increase function for your progress-bar. Furthermore, you can change the template using `setOption` method.
20
20
21
+
## API
22
+
23
+
Check the API and method usage with example here: https://github.com/usablica/progress.js/wiki/API
24
+
21
25
## Build
22
26
23
27
First you should install `nodejs` and `npm`, then first run this command: `npm install` to install all dependencies.
0 commit comments