spz-odometer

Let a number display in an odometer animation when it is visible.
<spz-odometer
  layout="container"
  start-value="0"
  end-value="188"
  duration="3000"
></spz-odometer>

required

A number that start the value of the animation. Its default value is 0.

required

A number that end the value of the animation. Its default value is 0.

A milliseconds, defaults to 2000. Specifies the duration of the animation.

Format of digital presentation. Its default value is (,ddd).d.

本页目录