From bfa553c42d001bf4356a1777d257e919a5fb5ea5 Mon Sep 17 00:00:00 2001 From: Rafael Xavier de Souza Date: Wed, 8 May 2013 09:39:27 -0300 Subject: Effects (core): Unite demos into the same single effect/ path --- demos/effect/addClass.html | 45 ++++++++++++++++++ demos/effect/animate.html | 55 ++++++++++++++++++++++ demos/effect/hide.html | 95 ++++++++++++++++++++++++++++++++++++++ demos/effect/index.html | 8 ++++ demos/effect/removeClass.html | 45 ++++++++++++++++++ demos/effect/show.html | 97 +++++++++++++++++++++++++++++++++++++++ demos/effect/switchClass.html | 40 ++++++++++++++++ demos/effect/toggle.html | 103 ++++++++++++++++++++++++++++++++++++++++++ demos/effect/toggleClass.html | 39 ++++++++++++++++ 9 files changed, 527 insertions(+) create mode 100644 demos/effect/addClass.html create mode 100644 demos/effect/animate.html create mode 100644 demos/effect/hide.html create mode 100644 demos/effect/removeClass.html create mode 100644 demos/effect/show.html create mode 100644 demos/effect/switchClass.html create mode 100644 demos/effect/toggle.html create mode 100644 demos/effect/toggleClass.html (limited to 'demos/effect') diff --git a/demos/effect/addClass.html b/demos/effect/addClass.html new file mode 100644 index 000000000..97a06a293 --- /dev/null +++ b/demos/effect/addClass.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Effects - addClass demo + + + + + + + + + +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ +Run Effect + +
+

This demo adds a class which animates: text-indent, letter-spacing, width, height, padding, margin, and font-size.

+
+ + diff --git a/demos/effect/animate.html b/demos/effect/animate.html new file mode 100644 index 000000000..4095cee73 --- /dev/null +++ b/demos/effect/animate.html @@ -0,0 +1,55 @@ + + + + + jQuery UI Effects - Animate demo + + + + + + + + + +
+
+

Animate

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ +Toggle Effect + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/hide.html b/demos/effect/hide.html new file mode 100644 index 000000000..fc8182ecb --- /dev/null +++ b/demos/effect/hide.html @@ -0,0 +1,95 @@ + + + + + jQuery UI Effects - Hide Demo + + + + + + + + + + + + + + + + + + + + +
+
+

Hide

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/index.html b/demos/effect/index.html index 5da6bc612..dd1d229ac 100644 --- a/demos/effect/index.html +++ b/demos/effect/index.html @@ -9,6 +9,14 @@ diff --git a/demos/effect/removeClass.html b/demos/effect/removeClass.html new file mode 100644 index 000000000..74348c7a3 --- /dev/null +++ b/demos/effect/removeClass.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Effects - removeClass Demo + + + + + + + + + +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ +Run Effect + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/show.html b/demos/effect/show.html new file mode 100644 index 000000000..599a625f0 --- /dev/null +++ b/demos/effect/show.html @@ -0,0 +1,97 @@ + + + + + jQuery UI Effects - Show Demo + + + + + + + + + + + + + + + + + + + + +
+
+

Show

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/switchClass.html b/demos/effect/switchClass.html new file mode 100644 index 000000000..e4bd3b4f2 --- /dev/null +++ b/demos/effect/switchClass.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Effects - switchClass Demo + + + + + + + + + +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+Run Effect + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/toggle.html b/demos/effect/toggle.html new file mode 100644 index 000000000..354393917 --- /dev/null +++ b/demos/effect/toggle.html @@ -0,0 +1,103 @@ + + + + + jQuery UI Effects - Toggle Demo + + + + + + + + + + + + + + + + + + + + +
+
+

Toggle

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/toggleClass.html b/demos/effect/toggleClass.html new file mode 100644 index 000000000..93ab10a1d --- /dev/null +++ b/demos/effect/toggleClass.html @@ -0,0 +1,39 @@ + + + + + jQuery UI Effects - toggleClass Demo + + + + + + + + + +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ +Run Effect + +
+

Click the button above to preview the effect.

+
+ + -- cgit v1.2.3