Continuous / Persistant type counters need an end value:
[jellyfish_counter timestamp="2016-01-01 00:00:00" start=1000000 interval=2.5 digits=8 end=99999999]
23 meals a second
When using a start value and a tick multiplier you must divide the number you want the counter to start at by the tick multiplier to get the actual start value for the counter. e.g.
31531660 / 23 = 13501376.52173913 (start / tick_multiplier)
[jellyfish_counter start=13501376.52173913 end=9999999999 format="000,000,000" direction="up" digits=10 digit_height=30 bustedness=0 digit_style="font-family:Verdana; background: transparent; color:#ff6633;" flat=true timestamp="2016-04-20 20:40:00" tick_multiplier=23 interval=1 ]
Simple count effect
[jellyfish_counter start=533290 end=533301 tenths=false digits=6 speed=100]
Counter tick_multiplier demo
Using tick_multiplier with a start value may give unexpected results.
debt ticker test
Generated by this shortcode:
[jellyfish_counter digits=7 start=4983000 end=9999999 interval=1 tick_multiplier=1.73567 timestamp="2016-04-10 23:00:00" format="$0,000,000"]
Stop test
This should stop at 20, although it will look like 200 because the custom styling makes the final 0.1 (1/10th) digit look like all the others. Continue reading Stop test
large counters
Just testing big numbers… with timestamps and multipliers Continue reading large counters