.hide[data-effect-out="moveUpOut"] .tiltview a {
-webkit-animation: moveUpOut 1.5s both;
animation: moveUpOut 1.5s both;
}
<div data-id="test"></div>
<a href="ya.ru"></a>
[data-id='test'] {
width: 100px; height: 100px;
background: #000;
}
[href='ya.ru'] {
font-size: 50px;
}