Animate text changes when Liveview push an update

Just add an HTML class to the new elements, so you can target it with CSS and make them flash with a CSS animation. You can look at this example. Note that only CSS is needed: the JavaScript part in the example is just there to append a new element with an HTML class of flash when clicking on the “add” button, but you would do that with LiveView.