|
@@ -432,7 +432,7 @@
|
|
</style>
|
|
</style>
|
|
{{/if}}
|
|
{{/if}}
|
|
|
|
|
|
-<div class="nav-container" id="navbar-control">
|
|
|
|
|
|
+<div class="nav-container navbar-control">
|
|
{{#unless hideLogo}}
|
|
{{#unless hideLogo}}
|
|
<div class="logo-button" title="{{logoText}}">
|
|
<div class="logo-button" title="{{logoText}}">
|
|
{{#if logoLink}}
|
|
{{#if logoLink}}
|
|
@@ -445,7 +445,7 @@
|
|
{{/unless}}{{#unless (or (not animations) hideAnimations)}}
|
|
{{/unless}}{{#unless (or (not animations) hideAnimations)}}
|
|
<div class="animation-control">
|
|
<div class="animation-control">
|
|
<div class="types">
|
|
<div class="types">
|
|
- <button class="flex-container animation-buttons" id="types-button">
|
|
|
|
|
|
+ <button class="flex-container types-button animation-buttons">
|
|
<!-- <div> -->
|
|
<!-- <div> -->
|
|
<span class="icon types-icon"></span>
|
|
<span class="icon types-icon"></span>
|
|
<span class="control-text animation-label">{{selectedAnimationName}}</span>
|
|
<span class="control-text animation-label">{{selectedAnimationName}}</span>
|
|
@@ -457,7 +457,7 @@
|
|
</button>
|
|
</button>
|
|
<div class="menu-options">
|
|
<div class="menu-options">
|
|
{{#each animations}} {{#unless (eq ../selectedAnimation (add @index 1))}}
|
|
{{#each animations}} {{#unless (eq ../selectedAnimation (add @index 1))}}
|
|
- <button class="flex-container animation-buttons" id="label-option-button" data-value="{{this}}">
|
|
|
|
|
|
+ <button class="flex-container label-option-button animation-buttons" data-value="{{this}}">
|
|
<!-- <div> -->
|
|
<!-- <div> -->
|
|
<span class="icon types-icon"></span>
|
|
<span class="icon types-icon"></span>
|
|
<span class="control-text animation-label">{{this}}</span>
|
|
<span class="control-text animation-label">{{this}}</span>
|
|
@@ -467,24 +467,24 @@
|
|
{{/unless}} {{/each}}
|
|
{{/unless}} {{/each}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="progress-control" id="progress-control">
|
|
|
|
- <button class="play-pause" id="play-pause-button">
|
|
|
|
|
|
+ <div class="progress-control">
|
|
|
|
+ <button class="play-pause play-pause-button">
|
|
{{#if paused}}
|
|
{{#if paused}}
|
|
<span class="icon play-icon"></span>
|
|
<span class="icon play-icon"></span>
|
|
{{else}}
|
|
{{else}}
|
|
<span class="icon pause-icon"></span>
|
|
<span class="icon pause-icon"></span>
|
|
{{/if}}
|
|
{{/if}}
|
|
</button>
|
|
</button>
|
|
- <input class="progress-wrapper" id="progress-wrapper" type="range" min="0" max="100" step="0.01">
|
|
|
|
|
|
+ <input class="progress-wrapper" type="range" min="0" max="100" step="0.01">
|
|
</div>
|
|
</div>
|
|
<div class="speed">
|
|
<div class="speed">
|
|
- <button class="flex-container" id="speed-button">
|
|
|
|
|
|
+ <button class="flex-container speed-button">
|
|
<span class="control-text speed-text">{{selectedSpeed}}</span>
|
|
<span class="control-text speed-text">{{selectedSpeed}}</span>
|
|
<span class="icon up-icon"></span>
|
|
<span class="icon up-icon"></span>
|
|
</button>
|
|
</button>
|
|
<div class="menu-options">
|
|
<div class="menu-options">
|
|
{{#eachInMap speedList}} {{#unless (eq ../selectedSpeed id)}}
|
|
{{#eachInMap speedList}} {{#unless (eq ../selectedSpeed id)}}
|
|
- <button class="flex-container" id="speed-option-button" data-value="{{value}}">
|
|
|
|
|
|
+ <button class="flex-container speed-option-button" data-value="{{value}}">
|
|
<span class="control-text speed-text">{{id}}</span>
|
|
<span class="control-text speed-text">{{id}}</span>
|
|
</button>
|
|
</button>
|
|
{{/unless}} {{/eachInMap}}
|
|
{{/unless}} {{/eachInMap}}
|
|
@@ -494,7 +494,7 @@
|
|
{{/unless}}
|
|
{{/unless}}
|
|
<div class="default-control">
|
|
<div class="default-control">
|
|
{{#unless hideHdButton}}
|
|
{{#unless hideHdButton}}
|
|
- <button class="hd-button" id="hd-button" title="{{text.hdButton}}">
|
|
|
|
|
|
+ <button class="hd-button hd-button" title="{{text.hdButton}}">
|
|
{{#if hdEnabled}}
|
|
{{#if hdEnabled}}
|
|
<span class="icon sd-icon"></span>
|
|
<span class="icon sd-icon"></span>
|
|
{{else}}
|
|
{{else}}
|
|
@@ -502,11 +502,11 @@
|
|
{{/if}}
|
|
{{/if}}
|
|
</button>
|
|
</button>
|
|
{{/unless}} {{#unless hideHelp}}
|
|
{{/unless}} {{#unless hideHelp}}
|
|
- <button class="help" id="help-button" title="{{text.helpButton}}">
|
|
|
|
|
|
+ <button class="help help-button" title="{{text.helpButton}}">
|
|
<span class="icon help-icon"></span>
|
|
<span class="icon help-icon"></span>
|
|
</button>
|
|
</button>
|
|
{{/unless}} {{#unless hideFullScreen}}
|
|
{{/unless}} {{#unless hideFullScreen}}
|
|
- <button class="fullscreen" id="fullscreen-button" title="{{text.fullscreenButton}}">
|
|
|
|
|
|
+ <button class="fullscreen fullscreen-button" title="{{text.fullscreenButton}}">
|
|
<span class="icon fullscreen-icon"></span>
|
|
<span class="icon fullscreen-icon"></span>
|
|
</button>
|
|
</button>
|
|
{{/unless}}
|
|
{{/unless}}
|