.children-block-invisible{
animation-duration: 1s;
animation-name: hide-car-price;
animation-fill-mode: forwards;
}
@-webkit-keyframes hide-car-price {
0% {
max-height: 1000px;
}
100% {
max-height: 0px;
}
}
$scope.users.push(
{
"id": 3,
"name": "Leanne Graham",
"username": "Bret",
"email": "Sincere@april.biz",
"address": {
"street": "Kulas Light",
"suite": "Apt. 556",
"city": "Gwenborough",
"zipcode": "92998-3874",
"geo": {
"lat": "-37.3159",
"lng": "81.1496"
}
}
}
);