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