"Flashing" a table row

Would it be possible to have a Table’s row change quickly (“flash”) to a color and slowly fade back to the color present before the flash?

An example of the effect I’m seeking to cause can be found
here
.

Hope that this leads you to the right track.
Table cell style generator
https://vaadin.com/docs/-/part/framework/components/components-table.html
is the way how you can set row style.
Animation can be made by using keyframes
http://www.w3schools.com/css/css3_animations.asp