UNPKG

jquery-slashes-and-circles

Version:

Animate random slashes and circles in a clipPath area of an SVG, avoiding certain areas.

10 lines (6 loc) 174 B
(function ($) { "use strict"; // create an element to run tests inside var $testCanvas = $("<div id='testCanvas'></div>"); $("body").prepend($testCanvas); }(jQuery));