mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
effects: demo visualising easing functions, tuning
This commit is contained in:
parent
35186a9a39
commit
9571d9614c
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user