@keyframes myAnimation{0%{opacity:1}to{opacity:0;height:100%}}.folder:hover{animation:.5s ease-in-out forwards myAnimation}
