|
@@ -101,14 +101,14 @@
|
|
|
<span class="model-subtitle"> {{#if subtitle}}{{subtitle}} {{/if}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
-{{#if animations}}
|
|
|
+{{#if animations}} {{#if hideAnimations}}{{else}}
|
|
|
<div class="animation-container flex-container">
|
|
|
<select id="animation-selector" name="animations">
|
|
|
{{#each animations}}
|
|
|
<option value="{{this}}">{{this}}</option>> {{/each}}
|
|
|
</select>
|
|
|
</div>
|
|
|
-{{/if}}
|
|
|
+{{/if}} {{/if}}
|
|
|
<div class="button-container flex-container">
|
|
|
<!-- holding the buttons -->
|
|
|
{{#eachInMap buttons}}
|