From 2fac011e4abb33820c247cda3848be7ff21c9ac5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Thu, 23 Apr 2009 20:55:45 +0000 Subject: [PATCH] effects: demo visualising easing functions --- demos/effect/easing.html | 92 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 demos/effect/easing.html diff --git a/demos/effect/easing.html b/demos/effect/easing.html new file mode 100644 index 000000000..043c4caa8 --- /dev/null +++ b/demos/effect/easing.html @@ -0,0 +1,92 @@ + + + + jQuery UI Effects - Effect Demo + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +

All easings provided by jQuery UI are drawn above. Click a diagram to see the easing in action. "linear" and "jswing" aren't rendered properly, but work, too.

+ +
+ + + -- 2.39.5