diff --git a/renzu_hud/ui/js/demo.js b/renzu_hud/ui/js/demo.js index c285a4c8..153a6bf9 100644 --- a/renzu_hud/ui/js/demo.js +++ b/renzu_hud/ui/js/demo.js @@ -470,7 +470,7 @@ function setSpeed(s) { val = to / 1000 //e.style.strokeDashoffset = to; //$('#speedpath').velocity({ 'stroke-dashoffset': to }, {duration: 20, delay: 20}).velocity({ 'stroke-dashoffset': to }, {duration: 15, delay: 23}).velocity({ 'stroke-dashoffset': to }, {duration: 20, delay: 23}) - $('#speedpath').velocity({ 'stroke-dashoffset': to }, {duration: 5, delay: 15}).velocity({ 'stroke-dashoffset': to }, {duration: 5, delay: 15}).velocity({ 'stroke-dashoffset': to }, {duration: 5, delay: 15}) + $('#speedpath').velocity({ 'stroke-dashoffset': to }, {duration: 2, delay: 5}).velocity({ 'stroke-dashoffset': to }, {duration: 2, delay: 5}).velocity({ 'stroke-dashoffset': to }, {duration: 1, delay: 5}) //$('#speedpath').velocity({ 'stroke-dashoffset': to }, {duration: 30, delay: 60}) } @@ -2348,7 +2348,6 @@ var keystring = `
` function setShowKeyless(bool) { if (bool) { - $('#keyless').append(keystring) document.getElementById("keyless").style.display = 'block'; } else { $('#keyless').html('') @@ -2403,6 +2402,7 @@ function setKeyless(table) { var vehicle = table['vehicle'] var plate = table['plate'] var doorstatus = table['state'] + $('#keyless').append(keystring) if (type == 'connect') { currentvehicle = vehicle document.getElementById("foundcar").style.display = 'block';