dulgani / double-helix

Produces a neato vertical double-helix animation, using jQuery and HTML canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double-Helix Canvas Animation

This is a jQuery module that produces a vertical double-helix animation. It will fill the given <canvas> element by replicating its buffer along the vertical axis.

Usage

To use, include jQuery and the DH javascript code, and instantiate similarly:

$("#double-helix").DoubleHelix();

The plugin also accepts an optional settings object with fps, fgColor and bgColor properties.

Contributing

Feel free to fork this repo and submit a pull request. Thanks!


Created and maintained by Charles Hudson

About

Produces a neato vertical double-helix animation, using jQuery and HTML canvas


Languages

Language:JavaScript 81.4%Language:HTML 18.6%