Mercurial > code > home > repos > light9
changeset 2022:f5fbc6ec5f87
try to reduce flicker on vidref player details
Ignore-this: f6a6736cdfbe7782fe768ab806711a8c
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Jun 2019 23:50:00 +0000 |
parents | 286a34d9ccba |
children | b64a4db527e2 |
files | light9/web/light9-vidref-replay.js |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/light9-vidref-replay.js Mon Jun 10 23:36:54 2019 +0000 +++ b/light9/web/light9-vidref-replay.js Mon Jun 10 23:50:00 2019 +0000 @@ -120,9 +120,9 @@ actual/goal time cursors --> <div> video time should be <span class="num">${this.videoTime} </span> - actual = <span class="num">${rounding(this.outVideoCurrentTime, 3)}</span>, - err = <span class="num">${rounding(this.timeErr, 3)} </span> - rate = <span class="num">${rounding(this.playRate, 3)}</span> + actual = <span class="num">${rounding(this.outVideoCurrentTime, 3, 3, true)}</span>, + err = <span class="num">${rounding(this.timeErr, 3, 4, true)}</span> + rate = <span class="num">${rounding(this.playRate, 3, 3, true)}</span> </div> `; }