This is an AngularJS Directive for a waves animation
The Directives are located in js/view.js.
to get started use: <div waves-Directive></div>
The repo contains a whole AngularJS example. You only have to start it on a (local) Webserver
The motivation for this repo was, to have a code to clean it up and refactor it with several tools. Also tests are written and on top of that the logic gets checked with Istanbul (coverage) and unit tests are written with Karma.