mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
animate timecode
This commit is contained in:
parent
0745883e0d
commit
3df9466754
1 changed files with 15 additions and 15 deletions
|
|
@ -164,10 +164,10 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||||
autoSyncEnabled: autoSyncCheckbox.checked,
|
autoSyncEnabled: autoSyncCheckbox.checked,
|
||||||
defaultNudgeMs: parseInt(nudgeValueInput.value, 10) || 0,
|
defaultNudgeMs: parseInt(nudgeValueInput.value, 10) || 0,
|
||||||
timeturnerOffset: {
|
timeturnerOffset: {
|
||||||
hours: parseInt(offsetInputs.h.value, 10) || 0,
|
hours: parseInt(offsetInputs.h.value, 10) || 0,
|
||||||
minutes: parseInt(offsetInputs.m.value, 10) || 0,
|
minutes: parseInt(offsetInputs.m.value, 10) || 0,
|
||||||
seconds: parseInt(offsetInputs.s.value, 10) || 0,
|
seconds: parseInt(offsetInputs.s.value, 10) || 0,
|
||||||
frames: parseInt(offsetInputs.f.value, 10) || 0,
|
frames: parseInt(offsetInputs.f.value, 10) || 0,
|
||||||
milliseconds: parseInt(offsetInputs.ms.value, 10) || 0,
|
milliseconds: parseInt(offsetInputs.ms.value, 10) || 0,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue