summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorNeil Jagdish Patel <njpatel@gmail.com>2012-09-19 09:58:01 -0400
committerTarmac <>2012-09-19 09:58:01 -0400
commit1c60a7adfafd0639475a341e63122f3cb64f346c (patch)
tree3c80691d8b500239cb2c38b2d800c7127068f52c /manual-tests
parentdcc4b455dea789c439805d02396478a6e0d191c1 (diff)
parentb94ef1ee477b7b0c67f687780dbc204c8e405a90 (diff)
This branch introduces dash to preview transitions. I relies on this nux branch: https://code.launchpad.net/~unity-team/nux/nux.redirected-views/+merge/124661
Animation from Dash to Preview slides out elements of the dash to make room for the previews. The process happens in 250ms. Many changes were necessary to create this effects. It has to be said that the changes have an impact on the rendering engine and the way elements are drawn in the dash. Efforts are being made to reduce this impact.. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Neil J. Patel. Original authors: - Neil Jagdish Patel <njpatel@gmail.com> - Jay Taoko <jay.taoko@canonical.com> - Neil Jagdish Patel <neil.patel@canonical.com> (bzr r2719)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/DashToPreviewTransition.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/manual-tests/DashToPreviewTransition.txt b/manual-tests/DashToPreviewTransition.txt
new file mode 100644
index 000000000..ecc1fb06a
--- /dev/null
+++ b/manual-tests/DashToPreviewTransition.txt
@@ -0,0 +1,38 @@
+Preview Open Animation
+----------------------
+This tests the dash animation transition to the preview
+
+Setup:
+#. Open dash super
+#. Open a lens which supports previewing (e.g. Application, Music, File)
+
+Actions:
+#. Right click on an icon in the dash
+
+Expected Result:
+ The central part of the dash split itself up just below the icon that was clicked, to reveal the preview window. It fades out but does not become fully transparent.
+ The Search Entry slides up and fades out.
+ If opened, the Filter Bar slides away to the right and fades.
+ Above the Preview, there is a faded out row of icons that include the icon that was right clicked.
+
+
+Preview Close Animation
+-----------------------
+This tests the preview close animation
+
+Setup:
+#. Open dash super
+#. Open a lens which supports previewing (e.g. Application, Music, File)
+#. Right-click the mouse on an icon to open its preview.
+#. Wait for the preview window to open and finish animating.
+
+Actions:
+#. Press Escape.
+
+Expected Result:
+ The Preview is progressively scaled down and disapears.
+ The search bar slides in from the top.
+ If the Filter Bar was opened when the Preview started, it will slide in from the right
+ to its normal position.
+ The splitted and faded out dash appears to close itself and regain it full opacity.
+