From 6b887b5efd931fbc2e13056da904a5f22870bc1d Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Sun, 18 Jan 2009 05:09:33 +0000 Subject: [PATCH] AAdded Easings demonstration --- demos/effects_easings/default.html | 92 ++++++++++++++++++++++++ demos/effects_easings/images/target.png | Bin 0 -> 541 bytes demos/effects_easings/index.html | 17 +++++ demos/index.html | 5 +- 4 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 demos/effects_easings/default.html create mode 100644 demos/effects_easings/images/target.png create mode 100644 demos/effects_easings/index.html diff --git a/demos/effects_easings/default.html b/demos/effects_easings/default.html new file mode 100644 index 000000000..04ffeae24 --- /dev/null +++ b/demos/effects_easings/default.html @@ -0,0 +1,92 @@ + + + + jQuery UI Effects - Easings Demo + + + + + + + + + +
+ +

+

+
+ +
+
+ +
+ +

+Easing is acceleration, a change in speed. Easings control how an animation progresses over time.
+An ease-in starts slow and then speeds up.
+An ease-out starts fast and then slows to a stop.
+An ease-in-out combines the two so that the first half is an ease-in and the second half is an ease-out. +

+

+Click above to preview the selected easing. +

+ +
+ + + diff --git a/demos/effects_easings/images/target.png b/demos/effects_easings/images/target.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b6510b78b090f3ed67af5604e3f60b61e99a06 GIT binary patch literal 541 zcmV+&0^zv_JK z!?>7VpiLuRp}*)7NuU1&$aJF2Pq&5T2Yx4YylCeVc*|vPN>RJuwg>7d=x?r{DU5Tz z?z-EjeQqjPdJLL9L@fqtVN;HFg9aMZyY|#>Gawxk^ORDC`*$01w!Ri9Jx%05j83FN z(K-FlXfyLaWnzHHTZ7tlOq4zh6g5NcVXFodNd!i$J( zJxgZzSe#dyR4SeZU&C#+kSR0nX2)~r?jjABD>PiRrDBBHx5X6M7>M^&9@F9TQ3?vp fPVu>dhtQV4K76B5%UUu600000NkvXXu0mjfw + + + jQuery UI Effects - Easing Demos + + + + +
+

Easing Effects

+ +
+ + + diff --git a/demos/index.html b/demos/index.html index 64cb6a1a6..4cc0f6dc7 100644 --- a/demos/index.html +++ b/demos/index.html @@ -39,6 +39,7 @@ + @@ -55,6 +56,7 @@ + @@ -92,7 +94,7 @@ function loadPage(path) { var section = path.replace(/\/[^\/]+\.html/,''); - var header = section.replace(/.+\/([^\/]+)/,'$1'); + var header = section.replace(/.+\/([^\/]+)/,'$1').replace(/_/, ' '); $('td.normal div.normal') .empty() @@ -231,6 +233,7 @@
Movement
Feedback
Show/Hide
+
Easings