GithubHelp home page GithubHelp logo

barfiller's Introduction

Barfiller.js

A simple jQuery plugin that gives you percentage-based animated bar filling...

View Demo | Buy Author a Beer at the Bar

###How to Use

Set up some HTML like the following...

  <div id="bar1" class="barfiller">
		<span class="tip"></span>
		<span class="fill" data-percentage="50"></span>
	</div>

And then call Barfiller on it...

$(document).ready(function(){
  $('#bar1').barfiller();
});

The data-percentage attribute is what sets the percentage that the bar animates to.

###Options

Below are some options that you can pass in to Barfiller...

Option Value Default Value Description Example
barcolor String (Hex value) #16b597 Sets the color of the animating fill bar barcolor: "#990000"
tooltip Boolean true Sets whether or not to show the tooltip above the animating bar tooltip: false
duration Integer (in milliseconds) 1000 Sets the amount of time the fill animation takes in milliseconds duration: 500
animateOnResize Boolean true Sets whether or not to redo the animation when the user resizes the window or switches device views animateOnResize: false

barfiller's People

Contributors

9bitstudios avatar

Watchers

 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.