effects: demo visualising easing functions, tuning

This commit is contained in:
Jörn Zaefferer 2009-04-23 22:21:51 +00:00
parent 35186a9a39
commit 9571d9614c

View File

@ -52,7 +52,7 @@
ctx.stroke();
ctx.strokeStyle = "white";
ctx.lineWidth = 1.5;
ctx.lineWidth = 2;
ctx.beginPath();
$.each(new Array(100), function(position) {
ctx.lineTo(position, 100 - position * impl(0, position, 0, 1, 100));