Skip to content

Commit

Permalink
Added cooler demo
Browse files Browse the repository at this point in the history
  • Loading branch information
padolsey committed Aug 21, 2011
1 parent dd69454 commit 30b837c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
width: 300,
height: 300,

stepsPerFrame: 1,
stepsPerFrame: 4,
trailLength: 1,
pointDistance: .05,
pointDistance: .02,
step: 'fader',

setup: function() {
this._.lineWidth = 18;
},
},/*
step: function(x, y, progress, color, alpha, xy) {
var cx = this.padding + 140,
Expand All @@ -49,15 +50,15 @@
_.closePath();
_.stroke();
},
},*/
data: [
/*

['arc', 50, 50, 50, 90, -90, false],
['bezier', 50, 0, 200, 100, 100, 0, 150, 100],
['arc', 200, 50, 50, 90, -90, true],
['bezier', 200, 0, 50, 100, 150, 0, 100, 100],
*/
['arc', 140, 140, 80, 0, 360]
['bezier', 200, 0, 50, 100, 150, 0, 100, 100]//,

//['arc', 140, 140, 80, 0, 360]
]
});

Expand Down

0 comments on commit 30b837c

Please sign in to comment.