Function incrementValue

  • Function that will show an animation of numbers incrementing one by one up to the maximum value.

    Parameters

    • element: HTMLElement

      The element to add the character

    • value: number

      Total value

    • delay: number

      The delay tume between each character added

    • prefig: string = ""

    Returns void

Generated using TypeDoc