From 1cf4b261c3f378a61895eebcca4147331060b728 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 27 Apr 2015 12:18:08 -0400 Subject: [PATCH] animate the initial taskbar popup as well --- modules/taskbar.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/taskbar.less b/modules/taskbar.less index 7eeb88f..5799cc8 100644 --- a/modules/taskbar.less +++ b/modules/taskbar.less @@ -50,6 +50,13 @@ > span { display: none; } + + -webkit-animation-name: bounceIn; + animation-name: bounceIn; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; } img {