GithubHelp home page GithubHelp logo

travishorn / progressor Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 385 KB

Progress bars in the browser that use a token/shape that moves across the screen instead of a bar that increases in width.

License: MIT License

JavaScript 100.00%
d3 svg progress progress-bar loading

progressor's Introduction

Progressor

Progress bars in the browser that use a token/shape that moves across the screen instead of a bar that increases in width.

Progressor demonstration

Usage

Include D3 and the this library in your HTML.

<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://unpkg.com/@travishorn/progressor"></script>

Add a progressor to the page.

const p = new Progressor('body');

Update the value as often as needed. Value should be between 0 and 1.

p.update(0.5);

Options

Pass an object with any of the following options.

const p = new Progressor('body', {
  size: 100,
  image: 'horse.png',
});

size

Default: 100

The size of the token in pixels. It is always square. Note that the progress bar itself will always expand to the width of its parent element.

image

Default: (none)

The URL of a custom image to use as the moving token. Note that square images work best. If this option is omitted, a square block is used instead.

See demo/index.html for a working demo.

Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See the Usage section above for notes on how to use the project on a live system.

Prerequisites

You will need Git and Node.js installed.

Installing

Clone the repository.

git clone https://github.com/travishorn/progressor.git

Editing and building

View and edit code in src/.

Build with npm run build.

Running the demo

Open demo/index.html in a web browser to see the code in action.

Built with

  • Babel - Transpiling/browser support
  • D3 - Adding and moving shapes on the page
  • Icons8 - Horse icon in demo
  • Webpack - Packaging everything up

Contributing

Pull requests welcome!

Versioning

This library uses SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project licensed under the MIT License - see the LICENSE file for details.

progressor's People

Contributors

travishorn avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.