Skip to content

Commit 9703ec9

Browse files
committed
Bring back transform transitions lost in 9890aee
1 parent 8186111 commit 9703ec9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

templates/pace-theme-flat-top.tmpl.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
height: 12px;
1616
background: `args.color || "#29d"`;
1717

18+
-webkit-transition: -webkit-transform .3s;
19+
transition: transform .3s;
1820

1921
-webkit-transform: translateY(-50px);
2022
transform: translateY(-50px);
@@ -25,4 +27,4 @@
2527
.pace.pace-active .pace-progress {
2628
-webkit-transform: translateY(0);
2729
transform: translateY(0);
28-
}
30+
}

0 commit comments

Comments
 (0)