We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d040aae commit 80e299fCopy full SHA for 80e299f
1 file changed
resources/public/index.html
@@ -36,6 +36,10 @@
36
padding: 20px;
37
}
38
39
+ .progress {
40
+ transition: width 1s linear 0s;
41
+ }
42
+
43
.logo {
44
float: right;
45
color: #fff;
@@ -134,7 +138,7 @@
134
138
<div id="header"><p>Mozilla Toronto Transit Board</p></div>
135
139
136
140
<div ng-show="focus">
137
- <timer progress="{{progress}}"></timer>
141
+ <timer class="progress" progress="{{progress}}"></timer>
142
<div class="prediction" ng-repeat="line in lines">
143
<h1><span class="route">{{line.route}}</span> <span class="direction">{{line.direction}}</span> <span class="name"><span class="stop">{{line.stopName}}</span> <br> {{line.name}}</span>
144
<ul class="timelist">
0 commit comments