Commit 8e086647 authored by Florent Becker's avatar Florent Becker

WIP: multi-step

parent 15a9847b
......@@ -301,8 +301,11 @@
<button id="fast-back-button" class="w3-bar-item w3-button"><span class="material-icons">fast_rewind</span></button>
<button id="step-back-button" class="w3-bar-item w3-button"><span class="material-icons">skip_previous</span></button>
<button id="stop-button" class="w3-bar-item w3-button"><span class="material-icons">stop</span></button>
<button id="step-forward-button" class="w3-bar-item w3-button"><span class="material-icons">skip_next</span></button>
<button id="step-forward-button" class="w3-bar-item w3-button" style="margin-right: 0;"><span class="material-icons">skip_next</span></button>
<span class="w3-bar-item">speed ×
<input style="width: 10em;" type="number" id="ff-speed"></input></span>
<button id="fast-forward-button" class="w3-bar-item w3-button"><span class="material-icons">fast_forward</span></button>
<div class="w3-bar-item bar-divider"></div>
<button id="select-mode-button" class="w3-bar-item w3-button"><span class="material-icons">highlight_alt</span></button>
<button id="place-mode-button" class="w3-bar-item w3-button"><span class="material-icons">edit</span></button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment