Animate lighter the clock before start
This commit is contained in:
parent
16abc95b4f
commit
5d3ef96f3f
2 changed files with 24 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="clock col-auto text-center" ng-hide="1">Chargement...</div>
|
||||
<div class="clock col text-center" ng-class="{expired: time.expired, end: time.end}" ng-if="time.remaining !== undefined && settings.end - settings.start > 0" ng-cloak>
|
||||
<div class="clock col text-center" ng-class="{expired: time.expired, end: time.end, wait: startIn}" ng-if="time.remaining !== undefined && settings.end - settings.start > 0" ng-cloak>
|
||||
<span ng-class="{'d-none': !time.hours, 'd-sm-inline': !time.hours}">
|
||||
<span id="hours">{{ time.hours | time }}</span>
|
||||
<span class="point">:</span>
|
||||
|
|
|
|||
Reference in a new issue