From fae081ed259121c89dea56d13ee58633c08cb46d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Thu, 23 Apr 2009 22:47:42 +0000 Subject: [PATCH] effects: demo visualising easing functions, tuning --- demos/effect/easing.html | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/demos/effect/easing.html b/demos/effect/easing.html index 8fa0ed88f..3e6673bb7 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -10,8 +10,6 @@ .graph { float: left; margin-left: 10px; - width: 100px; - height: 120px; }