Hey,
I hope you have created aggregate to bind list of record to table using descending order by Id.
what you have to do is simple drag and drop your aggregate on create button action at bottom on successful response.
You can use pagination instead of increasing MaxRecord value
And rest part about animation, the idea is you can highlight first row of table using css.
table{
border-collapse:collapse;
}
table tr td, th{
border:1px solid #ccc;
padding:5px;
}
table tr:nth-child(indexofrow) {
background: #f1f1f1;
}
Hope you will understand!.
Thanks
Yogesh