Thread Starter
onhys
(@onhys)
Answering to myself, changing line 127 of jellyfish-counter-widget\jellyfish-odometer-class\js\jellyfish-odometer.js fixed the problem:
this.currentValue = this.startValue * this.tickMultiplier;
->
this.currentValue = this.startValue;