HubSpot/odometer

Possibilty to add a sound during the move gibbon

ckrahenbuhl opened this issue · 0 comments

Hello
it is possibly to add a sound durrind the move gibbon
Example :
Start 1060
end 2060
When the number is 2000 (Mutiple of the 1000)

if (score % 1000 === 0) {
var audioDring = new Audio("dring.mp3");
audioDring.play();
}
Thk for your reply