fixed animations for clocks
This commit is contained in:
parent
17578d3dba
commit
94220a0409
@ -8514,9 +8514,9 @@
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<select id="clock1_animation" class="form-select animation-select">
|
||||
<option {%if clock1_settings.animation == 'down' %} selected {% endif %}>Down</option>
|
||||
<option {%if clock1_settings.animation == 'up' %} selected {% endif %}>Up</option>
|
||||
<option {%if clock1_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
<option {%if clock1_settings.transition == 'down' %} selected {% endif %}>Down</option>
|
||||
<option {%if clock1_settings.transition == 'up' %} selected {% endif %}>Up</option>
|
||||
<option {%if clock1_settings.transition == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -8619,9 +8619,9 @@
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<select id="clock2_animation" class="form-select animation-select">
|
||||
<option {%if clock2_settings.animation == 'down' %} selected {% endif %}>Down</option>
|
||||
<option {%if clock2_settings.animation == 'up' %} selected {% endif %}>Up</option>
|
||||
<option {%if clock2_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
<option {%if clock2_settings.transition == 'down' %} selected {% endif %}>Down</option>
|
||||
<option {%if clock2_settings.transition == 'up' %} selected {% endif %}>Up</option>
|
||||
<option {%if clock2_settings.transition == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -8725,9 +8725,9 @@
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<select id="worldclock_animation" class="form-select animation-select">
|
||||
<option {%if worldclock_settings.animation == 'down' %} selected {% endif %}>Down</option>
|
||||
<option {%if worldclock_settings.animation == 'up' %} selected {% endif %}>Up</option>
|
||||
<option {%if worldclock_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
<option {%if worldclock_settings.transition == 'down' %} selected {% endif %}>Down</option>
|
||||
<option {%if worldclock_settings.transition == 'up' %} selected {% endif %}>Up</option>
|
||||
<option {%if worldclock_settings.transition == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user