diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-04-23 22:21:51 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-04-23 22:21:51 +0000 |
commit | 9571d9614c4244e48f73da37d884bcbc15433c1f (patch) | |
tree | 920b1781e79dc66aeba8b7c12ad1f39aabf713dc /demos/effect | |
parent | 35186a9a39815543ffca5a53dff710f3821aa848 (diff) | |
download | jquery-ui-9571d9614c4244e48f73da37d884bcbc15433c1f.tar.gz jquery-ui-9571d9614c4244e48f73da37d884bcbc15433c1f.zip |
effects: demo visualising easing functions, tuning
Diffstat (limited to 'demos/effect')
-rw-r--r-- | demos/effect/easing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effect/easing.html b/demos/effect/easing.html index 11062f744..567112ac1 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -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));
|