From 63915d16af8e2795a7def28155bc9b14ca2f67d5 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 18 May 2012 10:07:27 -0400 Subject: Tooltip visual tests: Cleaned up animation tests. --- tests/visual/tooltip/animations.html | 122 +++++++++++++++++------------------ 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'tests/visual/tooltip') diff --git a/tests/visual/tooltip/animations.html b/tests/visual/tooltip/animations.html index 38ee28f1d..24fe02905 100644 --- a/tests/visual/tooltip/animations.html +++ b/tests/visual/tooltip/animations.html @@ -1,73 +1,73 @@ - + - Tooltip Visual Test: Default - - - - - - - - - - - - - - - + + + + + + + + + + + -
- -
+
{}
+
{
+  "show": {
+    "effect": "slideDown"
+  },
+  "hide": {
+    "effect": "slideUp"
+  }
+}
+
{
+  "show": {
+    "effect": "explode"
+  },
+  "hide": {
+    "effect": "explode"
+  }
+}
+
{
+  "show": {
+    "effect": "bounce"
+  },
+  "hide": {
+    "effect": "blind"
+  }
+}
+
{
+  "show": {
+    "effect": "drop",
+    "direction": "right"
+  },
+  "hide": {
+    "effect": "drop",
+    "direction": "right"
+  }
+}
+ -- cgit v1.2.3