Forum Replies Created

  • George Fragakis

    January 26, 2012 at 11:27 pm in reply to: Count-up expression

    worked like a charm Dan, thank you. Now to add ,88 at the end? (or any other decimal for that matter?)

  • George Fragakis

    January 23, 2012 at 9:45 pm in reply to: Count-up expression

    hey, first post here so be gentle. 🙂

    I wan’t to get the same effect only i need my final number to have “.” between digits.

    Specifically I need my count to start from €0 and get to €50.000.000

    I have this expression (which I found here on another amazing thread):

    beginTime = 0;
    endTime = 5;
    startVal = 100;
    endVal = 1200000,00;

    “€” + Math.round(linear(time,beginTime,endTime,startVal,endVal))

    How can I get it to work with “.” in between ? Thank you so much in advance

    beginTime = 0;
    endTime = 5;
    startVal = 100;
    endVal = 1200000,00;

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy