So I have this table, where I know how to highlight the 2nd child. However I want it to fade out, such that it is evident that a new row is added. At the moment, the 2nd row is always highlighted, however would like some guidance in how to to fade out for CSS(not havent used jquery in my code)
I have noticed there is fadeout option in jquery, but can someone tell me how to fadeout in plain css. Below is the line that highlights the 2nd row. i would like to fade out to denote that a new row was added to the table.
tr:nth-child(2){background-color: red;}