Well, I know this is not a very good answer. It's just a concept idea for this particular case, it sounded interesting enough to try, but maaaayyybe you could try something like this and do something if only CSS is required.
, CSS.
li{
transition:all 1s ease;
line-height:20px;
}
ul:hover li.test{
margin-bottom:-120px;
margin-top:80px;
}
JSFIDDLE