]> source.dussan.org Git - jquery-ui.git/commitdiff
effects: demo visualising easing functions, tuning
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 23 Apr 2009 22:21:51 +0000 (22:21 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 23 Apr 2009 22:21:51 +0000 (22:21 +0000)
demos/effect/easing.html

index 11062f74442e27c6b33e6a42965d65beaee1e8d6..567112ac1866b3bb93e2ecc8dd3549a828b65420 100644 (file)
@@ -52,7 +52,7 @@
                        ctx.stroke();\r
                        \r
                        ctx.strokeStyle = "white";\r
-                       ctx.lineWidth = 1.5;\r
+                       ctx.lineWidth = 2;\r
                        ctx.beginPath();\r
                        $.each(new Array(100), function(position) {\r
                                ctx.lineTo(position, 100 - position * impl(0, position, 0, 1, 100));\r