animate the initial taskbar popup as well

main
psychobunny 10 years ago
parent 581d478cb5
commit 1cf4b261c3

@ -50,6 +50,13 @@
> span { > span {
display: none; 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 { img {

Loading…
Cancel
Save