-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
My Example:
http://yoyo.io/css/
I have successfully integrated Pace to Wordpress using the http://roots.io theme
I get the same behaviour as your demo in which the progress from left to right falls short early - about 75-80% width of the page.
Yours is perfect:
http://github.hubspot.com/pace/docs/welcome/
Mine is not:
http://yoyo.io/css/
The css used is your minimal theme:
.pace .pace-progress {
background: #29d;
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 2px;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
}
.pace-inactive {
display: none;
}
Metadata
Metadata
Assignees
Labels
No labels