.ico1 {animation-delay: 0;}
.ico2 {animation-delay: .5s;}
.ico3 {animation-delay: 1s;}
.ico4 {animation-delay: 1.5s;}
.ico5 {animation-delay: 2s;}
<a href="#" class="remove">Убрать</a>
$('a.remove').click(function(event){
event.preventDefault();
$('form').addClass('remove');
});
{
'value-value': 'value-value'
}