Skip to content
/ pendulum Public

A hypnotizing effect for your users to stare at while waiting for your shitty website to load. also, highly customizable.

Notifications You must be signed in to change notification settings

dutzi/pendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are three things in life that people like to stare at: a flowing stream, a crackling fire and a swinging pendulum.

The chaotic-yet-patterny effect created by attaching 20 pendulums together is now available for you to embed using a single line of code!

Demo here

  • Highly customizable!
  • Very modern!
  • Pretty and nice!

Installing

npm install pendulumjs

Or download the minified package and insert a <script> tag that points to it.

Usage

var pendulum = new Pendulum({
    numBalls    : 40,           // # balls (>0)
    ballHeight  : 40,           // Canvas height (>0)
    ballRadius  : 5,            // Ball's radius (>0)
    color0      : '#FFFFFF',    // Ball's color when far from center (string)
    color1      : '#000000',    // Ball's color when close to center (string)
    fadeout     : 1.0           // Ball's fadeout speed (0.0 - 1.0)
});
document.querySelector('body').appendChild(pendulum.canvas);
Methods
  • play() - Start animation
  • pause() - Pause animation
  • step(num) - Go to frame # num

Credits

Based on a a post I saw on reddit (specifically, on this guy's comment)

Support

Pendulum doesn't and will never ever support IE8. In fact, when running on IE8, Pendulum will display a message box asking the user to upgrade his browser. (This can be controlled by setting the dontDisplayHorrendousMessageBoxOnIE8EvenThoughItsAShittyBrowserNobodyShouldNeverEverUse to true.)

License

MIT

About

A hypnotizing effect for your users to stare at while waiting for your shitty website to load. also, highly customizable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published