Animation Numbers with dot separator for thousands

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Animation Numbers with dot separator for thousands

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22807
    mobentis
    Member

    Hi, Anybody knows a way to add dot separator to numbers in Animate Numbers?

    Thanks in advance and best regards

    #22821
    Raghavendra
    Moderator

    You cannot add dots to the numbers (they are all integers) but commas can be added for large numbers by changing the line number 104 of js/main.js file from –

    $('.stats .number').animateNumbers(false, duration);

    to

    $('.stats .number').animateNumbers(true, duration);

    #22829
    mobentis
    Member

    Here, the separator is a dot, nor a comma. Is there anyway to change it?

    #22851
    Raghavendra
    Moderator

    Not unless you customize the script included with js/libs/jquery.plugins.lib.js and js/libs/jquery.plugins.lib.min.js.

    We can only direct you to check with the developer of the plugin here – https://github.com/talmand/jquery-animate-numbers.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.