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 {