On a site I have a number counter that always increases, without any fancy animation. Now I need to animate it every time the number updates, like this:
![enter image description here]()
Which HTML (+CSS +JS if needed) code can I use for this? Thanks!
P.S.: The number has 2 decimals and uses "," as a decimal separator.