Updated Branches:
  refs/heads/master 2d48ce45a -> 7e704d1b3

Fade-in notification widget on show


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7e704d1b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7e704d1b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7e704d1b

Branch: refs/heads/master
Commit: 7e704d1b3d3e61943d6e873aa644431eb83c4092
Parents: 2d48ce4
Author: Brian Federle <[email protected]>
Authored: Mon Oct 15 10:04:00 2012 -0700
Committer: Brian Federle <[email protected]>
Committed: Mon Oct 15 10:05:24 2012 -0700

----------------------------------------------------------------------
 ui/scripts/ui/widgets/notifications.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7e704d1b/ui/scripts/ui/widgets/notifications.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui/widgets/notifications.js 
b/ui/scripts/ui/widgets/notifications.js
index 007e405..e98d4d8 100644
--- a/ui/scripts/ui/widgets/notifications.js
+++ b/ui/scripts/ui/widgets/notifications.js
@@ -47,6 +47,7 @@
 
       return $cornerAlert
         .css({
+          opacity: 0,
           position: 'absolute',
           top: $($container).height(),
           left: $($container).width() - $cornerAlert.width()

Reply via email to