syncxp

syncxp

@syncxp

Viewing 1 replies (of 1 total)
Author
Replies
  • in reply to: format the counter #1472

    Yes, i have checked the documentation, the mode i want is Counter, the closes settings I found is below code:

      jQuery(document).ready(function() {
        jQuery("#divCountDown").smartTimerCounter({
            skin: "Simple",
            mode: "Counter",
            display: {
                style: "crystal-light",
                labels: "bottom",
                hideDots: true,
                space: "12px"
            },
            model: {
                layout: "Minutes",
                method: "seconds",
                value: 4400
            }
        });
      });

    But this only shows Minutes + Seconds. I need to add Hours.

Viewing 1 replies (of 1 total)