Flash on value change

Does Ionic already offer a component for this?
I want to flash a field when it changes, visually highlighting it, temporarily shifting the attention of the user to it.

Example: On the cart page, when the user changes the amount of an item, the total field (and maybe other field that also are affected) should flash. E.g. changing the amount of an item of 10 bucks from 1 to 2 changes the total field value from 10 to 20. And the field should also flash so the user sees that changing the amount had an effect on the total amount.

you can use ngClass, store the value into a temp variable, if selected value changes, ngClass enable “highlight” class, othewrise empty string