Giter Club home page Giter Club logo

jroll's Introduction

jRoll

Version 0.1.6

jQuery plugin that generates animated spinners.

##Call jRoll To call jRoll you first have to have a designated <div> where to put the spinner. You can then assign jRoll to it:

$("#myDiv").jRoll();

##Options

You currently have 4 options to use with jRoll:

radius //Currently interpreted as pixels by jRoll
animation //See animation list below
colors //Colors must be an array of hex colors, see example below
monocolor //Animation will load only the first color of the array

Animation List

heartbeat
pulse
slicedspinner
halfslicedspinner
gyroscope
wave
jumpdots
hordots
verdots
spreaddots
trailedspreaddots
circledots
squares
3Dsquares
stackedsquares
3dots
popdot
eq
waterdrop

##Example

$("#myDiv").jRoll({
        radius: 70, 
		animation: "heartbeat",
		colors:['#003056','#04518C','#00A1D9','#47D9BF','#F2D03B']
});

jroll's People

Contributors

fitsbach 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.