Skip to content

Commit 6b1f3d1

Browse files
alexmelnikovzackbloom
authored andcommitted
v0.6.0
1 parent b994bdf commit 6b1f3d1

64 files changed

Lines changed: 12 additions & 322 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PACE",
33
"main": "pace.js",
4-
"version": "0.5.7",
4+
"version": "0.6.0",
55
"homepage": "http://github.hubspot.com/pace/docs/welcome",
66
"authors": [
77
"Zack Bloom <zackbloom@gmail.com>",

pace.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pace.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pace",
3-
"version": "0.5.7",
3+
"version": "0.6.0",
44
"description": "Automatic page load progress bar",
55
"authors": [
66
"Zack Bloom <zackbloom@gmail.com>",

themes/black/pace-theme-barber-shop.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
left: 0;
2020
height: 12px;
2121
overflow: hidden;
22-
23-
-webkit-transition: width 1s;
24-
-moz-transition: width 1s;
25-
-o-transition: width 1s;
26-
transition: width 1s;
2722
}
2823

2924
.pace .pace-progress-inner {

themes/black/pace-theme-center-simple.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
-o-box-sizing: border-box;
2727
box-sizing: border-box;
2828

29-
-webkit-transition: width 1s ease-in-out 1s linear;
30-
-moz-transition: width 1s ease-in-out 1s linear;
31-
-ms-transition: width 1s ease-in-out 1s linear;
32-
-o-transition: width 1s ease-in-out 1s linear;
33-
transition: width 1s ease-in-out 1s linear;
34-
3529
-webkit-transform: translate3d(0, 0, 0);
3630
-moz-transform: translate3d(0, 0, 0);
3731
-ms-transform: translate3d(0, 0, 0);

themes/black/pace-theme-fill-left.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,4 @@
1414
top: 0;
1515
left: 0;
1616
bottom: 0;
17-
18-
-webkit-transition: width 1s;
19-
-moz-transition: width 1s;
20-
-o-transition: width 1s;
21-
transition: width 1s;
2217
}

themes/black/pace-theme-flash.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
top: 0;
1919
left: 0;
2020
height: 2px;
21-
22-
-webkit-transition: width 1s;
23-
-moz-transition: width 1s;
24-
-o-transition: width 1s;
25-
transition: width 1s;
2621
}
2722

2823
.pace .pace-progress-inner {

themes/black/pace-theme-flat-top.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
height: 12px;
1717
background: #000000;
1818

19-
-webkit-transition: -webkit-transform .3s, width 1s;
20-
-moz-transition: width 1s;
21-
-o-transform: width 1s;
22-
transition: transform .3s, width 1s;
2319

2420
-webkit-transform: translateY(-50px);
2521
transform: translateY(-50px);

themes/black/pace-theme-loading-bar.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848
-moz-background-clip: padding;
4949
background-clip: padding-box;
5050

51-
-webkit-transition: width 1s ease-in-out 1s linear;
52-
-moz-transition: width 1s ease-in-out 1s linear;
53-
-ms-transition: width 1s ease-in-out 1s linear;
54-
-o-transition: width 1s ease-in-out 1s linear;
55-
transition: width 1s ease-in-out 1s linear;
56-
5751
-webkit-transform: translate3d(0, 0, 0);
5852
transform: translate3d(0, 0, 0);
5953

0 commit comments

Comments
 (0)