• Stars
    star
    2,372
  • Rank 18,550 (Top 0.4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 10 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ProgressJs is a JavaScript and CSS3 library which help developers to create and manage progress bar for every objects on the page.

ProgressJS

ProgressJs is a JavaScript and CSS3 library which helps developers create and manage progress bars for every object on the page.

How To Use

  1. Include progress.js and progressjs.css in the page (use the minified version from minified folder for production)

  2. Execute the following JavaScript code in the page:

//to set progress-bar for whole page
progressJs().start();
//or for specific element
progressJs("#targetElement").start();

Use other methods to increase, decrease or set an auto-increase function for your progress-bar. Furthermore, you can change the template using setOption method.

API

Check the API and method usage with example here: https://github.com/usablica/progress.js/wiki/API

Build

First, you should install nodejs and npm, then run this command: npm install to install all dependencies.

Now you can run this command to minify all the static resources:

make build

Roadmap

  • Add example folder and provide examples
  • More browser compatibility + mobile/tablet device support
  • Add more templates

Release History

  • v0.1.0 - 2014-02-14
    • First version
    • Increase, decrease and auto-increase functions
    • Ability to design and add templates

Author

Afshin Mehrabani

License

Copyright (C) 2012 Afshin Mehrabani ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

intro.js

Lightweight, user-friendly onboarding tour library
TypeScript
22,527
star
2

front-end-frameworks

A collection of best front-end frameworks for faster and easier web development.
2,778
star
3

kissui.scrollanim

CSS3 scroll animation library
CSS
1,429
star
4

widearea

Create expandable textarea and write large amount of text easily.
JavaScript
1,135
star
5

label.css

Just a simply easy way to label each element you want!
Ruby
766
star
6

persian.js

A simple library for Persian language localization.
JavaScript
355
star
7

liaar

Create fake REST API in a minute
Python
201
star
8

motion.js

Motion.js is a easy to use, cross-browser CSS3 library for creating animations in web.
JavaScript
80
star
9

_s

_s: Pythonic array slicing in JavaScript
JavaScript
72
star
10

density

NodeJs module for calculating keyword density in a text/html
JavaScript
45
star
11

lup

Easy to use CSS3 transition manager
JavaScript
40
star
12

doc42

Jekyll-Kissui bundle to create awesome documentations
24
star
13

kissui.position

Track element(s) on the page like a boss.
JavaScript
23
star
14

kissui

πŸ’« Simple, easy to use, modern web development framework
CSS
17
star
15

dummychat

A NodeJS-Socket.IO dummy chat, every client has a dummy and can play with it!
JavaScript
14
star
16

otobox.js

Simple and fast JavaScript/HTML5 library to create autocomplete inputs
JavaScript
14
star
17

semver.ir

Semantic Versioning Specification (Persian)
JavaScript
13
star
18

sourcedoc

Document your code, continuously.
CSS
12
star
19

kissui.sticky

Simple and lightweight sticky position that works everywhere
CSS
11
star
20

introjs-website

Intro.js website and documentation
JavaScript
10
star
21

hello-backbonejs-fa

Tutorial of increasing complexity for Backbone.js, translated to Persian
JavaScript
8
star
22

parserjs

Javascript AST parser
JavaScript
7
star
23

algorithms

Implementation of common algorithms
Rust
4
star
24

localr

Map localhost ports to localr.io
JavaScript
4
star
25

datatube

Javascript library to import, process and export data
JavaScript
2
star
26

readr

News API client in React Native + ES6 version of AYLIEN News API SDK
JavaScript
2
star