Highlight (Blink) a component

Hi,

is there a way to highlight a component for once. For example, I change some data in a formular and would like to show that another component has change. One quick blinking border, background change or something like that. Is there a way to do that with Vaadin Flow (using Vaadin 12).

Greetings

Andre

I did not try it but a first approach could be to change the class name of the component and using
CSS to activate an animation.

This example might be useful: [animation example]
(https://www.w3schools.com/css/tryit.asp?filename=trycss3_animation1)