On my webpage, I have a list of items that are constantly being updated via a WebSocket connection to the backend. Each time a new item is added to the list, I would like it to be displayed with a background color transition lasting only a brief moment. How can I create a CSS style that achieves this effect, transitioning the background color for just one or two seconds upon initial rendering?