pace-cis 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +3 -0
- data/Gemfile.lock +59 -0
- data/README.md +102 -0
- data/Rakefile +2 -0
- data/app/assets/javascripts/pace.coffee +632 -0
- data/app/assets/javascripts/pace.js +756 -0
- data/app/assets/javascripts/pace.min.js +2 -0
- data/app/assets/stylesheets/pace-theme-barber-shop.css +72 -0
- data/app/assets/stylesheets/pace-theme-big-counter.css +35 -0
- data/app/assets/stylesheets/pace-theme-bounce.css +231 -0
- data/app/assets/stylesheets/pace-theme-center-circle.css +110 -0
- data/app/assets/stylesheets/pace-theme-corner-indicator.css +70 -0
- data/app/assets/stylesheets/pace-theme-fill-left.css +22 -0
- data/app/assets/stylesheets/pace-theme-flash.css +81 -0
- data/app/assets/stylesheets/pace-theme-flat-top.css +33 -0
- data/app/assets/stylesheets/pace-theme-mac-osx.css +84 -0
- data/app/assets/stylesheets/pace-theme-minimal.css +18 -0
- data/lib/generators/pace_cis/install/install_generator.rb +48 -0
- data/lib/pace-cis.rb +18 -0
- metadata +100 -0
@@ -0,0 +1,2 @@
|
|
1
|
+
/*! pace 0.4.15 */
|
2
|
+
(function(){var a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O=[].slice,P={}.hasOwnProperty,Q=function(a,b){function c(){this.constructor=a}for(var d in b)P.call(b,d)&&(a[d]=b[d]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},R=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};s={catchupTime:500,initialRate:.03,minTime:500,ghostTime:250,maxProgressPerFrame:10,easeFactor:1.25,startOnPageLoad:!0,restartOnPushState:!0,restartOnRequestAfter:500,target:"body",elements:{checkInterval:100,selectors:["body"]},eventLag:{minSamples:10,sampleCount:3,lagThreshold:3},ajax:{trackMethods:["GET"],trackWebSockets:!1}},z=function(){var a;return null!=(a="undefined"!=typeof performance&&null!==performance?"function"==typeof performance.now?performance.now():void 0:void 0)?a:+new Date},B=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame,r=window.cancelAnimationFrame||window.mozCancelAnimationFrame,null==B&&(B=function(a){return setTimeout(a,50)},r=function(a){return clearTimeout(a)}),D=function(a){var b,c;return b=z(),c=function(){var d;return d=z()-b,b=z(),a(d,function(){return B(c)})},c()},C=function(){var a,b,c;return c=arguments[0],b=arguments[1],a=3<=arguments.length?O.call(arguments,2):[],"function"==typeof c[b]?c[b].apply(c,a):c[b]},t=function(){var a,b,c,d,e,f,g;for(b=arguments[0],d=2<=arguments.length?O.call(arguments,1):[],f=0,g=d.length;g>f;f++)if(c=d[f])for(a in c)P.call(c,a)&&(e=c[a],null!=b[a]&&"object"==typeof b[a]&&null!=e&&"object"==typeof e?t(b[a],e):b[a]=e);return b},o=function(a){var b,c,d,e,f;for(c=b=0,e=0,f=a.length;f>e;e++)d=a[e],c+=Math.abs(d),b++;return c/b},v=function(a,b){var c,d,e;if(null==a&&(a="options"),null==b&&(b=!0),e=document.querySelector("[data-pace-"+a+"]")){if(c=e.getAttribute("data-pace-"+a),!b)return c;try{return JSON.parse(c)}catch(f){return d=f,"undefined"!=typeof console&&null!==console?console.error("Error parsing inline pace options",d):void 0}}},null==window.Pace&&(window.Pace={}),A=Pace.options=t(s,window.paceOptions,v()),h=function(a){function b(){return M=b.__super__.constructor.apply(this,arguments)}return Q(b,a),b}(Error),b=function(){function a(){this.progress=0}return a.prototype.getElement=function(){var a;if(null==this.el){if(a=document.querySelector(A.target),!a)throw new h;this.el=document.createElement("div"),this.el.className="pace pace-active",document.body.className=document.body.className.replace("pace-done",""),document.body.className+=" pace-running",this.el.innerHTML='<div class="pace-progress">\n <div class="pace-progress-inner"></div>\n</div>\n<div class="pace-activity"></div>',null!=a.firstChild?a.insertBefore(this.el,a.firstChild):a.appendChild(this.el)}return this.el},a.prototype.finish=function(){var a;return a=this.getElement(),a.className=a.className.replace("pace-active",""),a.className+=" pace-inactive",document.body.className=document.body.className.replace("pace-running",""),document.body.className+=" pace-done"},a.prototype.update=function(a){return this.progress=a,this.render()},a.prototype.destroy=function(){try{this.getElement().parentNode.removeChild(this.getElement())}catch(a){h=a}return this.el=void 0},a.prototype.render=function(){var a,b;return null==document.querySelector(A.target)?!1:(a=this.getElement(),a.children[0].style.width=""+this.progress+"%",(!this.lastRenderedProgress||0|(this.lastRenderedProgress|0!==this.progress))&&(a.children[0].setAttribute("data-progress-text",""+(0|this.progress)+"%"),this.progress>=100?b="99":(b=this.progress<10?"0":"",b+=0|this.progress),a.children[0].setAttribute("data-progress",""+b)),this.lastRenderedProgress=this.progress)},a.prototype.done=function(){return this.progress>=100},a}(),g=function(){function a(){this.bindings={}}return a.prototype.trigger=function(a,b){var c,d,e,f,g;if(null!=this.bindings[a]){for(f=this.bindings[a],g=[],d=0,e=f.length;e>d;d++)c=f[d],g.push(c.call(this,b));return g}},a.prototype.on=function(a,b){var c;return null==(c=this.bindings)[a]&&(c[a]=[]),this.bindings[a].push(b)},a}(),J=window.XMLHttpRequest,I=window.XDomainRequest,H=window.WebSocket,u=function(a,b){var c,d,e,f;f=[];for(d in b.prototype)try{e=b.prototype[d],null==a[d]&&"function"!=typeof e?f.push(a[d]=e):f.push(void 0)}catch(g){c=g}return f},i=function(a){function b(){var a,c=this;b.__super__.constructor.apply(this,arguments),a=function(a){var b;return b=a.open,a.open=function(d,e){var f;return f=(null!=d?d:"GET").toUpperCase(),R.call(A.ajax.trackMethods,f)>=0&&c.trigger("request",{type:d,url:e,request:a}),b.apply(a,arguments)}},window.XMLHttpRequest=function(b){var c;return c=new J(b),a(c),c},u(window.XMLHttpRequest,J),null!=I&&(window.XDomainRequest=function(){var b;return b=new I,a(b),b},u(window.XDomainRequest,I)),null!=H&&A.ajax.trackWebSockets&&(window.WebSocket=function(a,b){var d;return d=new H(a,b),c.trigger("request",{type:"socket",url:a,protocols:b,request:d}),d},u(window.WebSocket,H))}return Q(b,a),b}(g),K=null,w=function(){return null==K&&(K=new i),K},A.restartOnRequestAfter!==!1&&w().on("request",function(b){var c,d,e;return e=b.type,d=b.request,Pace.running?void 0:(c=arguments,setTimeout(function(){var b,f,g,h,i,j,k;if(f="socket"===e?d.readyState<2:0<(i=d.readyState)&&4>i){for(Pace.restart(),j=Pace.sources,k=[],g=0,h=j.length;h>g;g++){if(b=j[g],b instanceof a){b.watch.apply(b,c);break}k.push(void 0)}return k}},A.restartOnRequestAfter))}),a=function(){function a(){var a=this;this.elements=[],w().on("request",function(){return a.watch.apply(a,arguments)})}return a.prototype.watch=function(a){var b,c,d;return d=a.type,b=a.request,c="socket"===d?new l(b):new m(b),this.elements.push(c)},a}(),m=function(){function a(a){var b,c,d,e,f,g,h=this;if(this.progress=0,null!=window.ProgressEvent)for(c=null,a.addEventListener("progress",function(a){return h.progress=a.lengthComputable?100*a.loaded/a.total:h.progress+(100-h.progress)/2}),g=["load","abort","timeout","error"],d=0,e=g.length;e>d;d++)b=g[d],a.addEventListener(b,function(){return h.progress=100});else f=a.onreadystatechange,a.onreadystatechange=function(){var b;return 0===(b=a.readyState)||4===b?h.progress=100:3===a.readyState&&(h.progress=50),"function"==typeof f?f.apply(null,arguments):void 0}}return a}(),l=function(){function a(a){var b,c,d,e,f=this;for(this.progress=0,e=["error","open"],c=0,d=e.length;d>c;c++)b=e[c],a.addEventListener(b,function(){return f.progress=100})}return a}(),d=function(){function a(a){var b,c,d,f;for(null==a&&(a={}),this.elements=[],null==a.selectors&&(a.selectors=[]),f=a.selectors,c=0,d=f.length;d>c;c++)b=f[c],this.elements.push(new e(b))}return a}(),e=function(){function a(a){this.selector=a,this.progress=0,this.check()}return a.prototype.check=function(){var a=this;return document.querySelector(this.selector)?this.done():setTimeout(function(){return a.check()},A.elements.checkInterval)},a.prototype.done=function(){return this.progress=100},a}(),c=function(){function a(){var a,b,c=this;this.progress=null!=(b=this.states[document.readyState])?b:100,a=document.onreadystatechange,document.onreadystatechange=function(){return null!=c.states[document.readyState]&&(c.progress=c.states[document.readyState]),"function"==typeof a?a.apply(null,arguments):void 0}}return a.prototype.states={loading:0,interactive:50,complete:100},a}(),f=function(){function a(){var a,b,c,d,e,f=this;this.progress=0,a=0,e=[],d=0,c=z(),b=setInterval(function(){var g;return g=z()-c-50,c=z(),e.push(g),e.length>A.eventLag.sampleCount&&e.shift(),a=o(e),++d>=A.eventLag.minSamples&&a<A.eventLag.lagThreshold?(f.progress=100,clearInterval(b)):f.progress=100*(3/(a+3))},50)}return a}(),k=function(){function a(a){this.source=a,this.last=this.sinceLastUpdate=0,this.rate=A.initialRate,this.catchup=0,this.progress=this.lastProgress=0,null!=this.source&&(this.progress=C(this.source,"progress"))}return a.prototype.tick=function(a,b){var c;return null==b&&(b=C(this.source,"progress")),b>=100&&(this.done=!0),b===this.last?this.sinceLastUpdate+=a:(this.sinceLastUpdate&&(this.rate=(b-this.last)/this.sinceLastUpdate),this.catchup=(b-this.progress)/A.catchupTime,this.sinceLastUpdate=0,this.last=b),b>this.progress&&(this.progress+=this.catchup*a),c=1-Math.pow(this.progress/100,A.easeFactor),this.progress+=c*this.rate*a,this.progress=Math.min(this.lastProgress+A.maxProgressPerFrame,this.progress),this.progress=Math.max(0,this.progress),this.progress=Math.min(100,this.progress),this.lastProgress=this.progress,this.progress},a}(),F=null,E=null,p=null,G=null,n=null,q=null,Pace.running=!1,x=function(){return A.restartOnPushState?Pace.restart():void 0},null!=window.history.pushState&&(L=window.history.pushState,window.history.pushState=function(){return x(),L.apply(window.history,arguments)}),null!=window.history.replaceState&&(N=window.history.replaceState,window.history.replaceState=function(){return x(),N.apply(window.history,arguments)}),j={ajax:a,elements:d,document:c,eventLag:f},(y=function(){var a,c,d,e,f,g,h,i,l;for(Pace.sources=F=[],h=["ajax","elements","document","eventLag"],d=0,f=h.length;f>d;d++)c=h[d],A[c]!==!1&&F.push(new j[c](A[c]));for(l=null!=(i=A.extraSources)?i:[],e=0,g=l.length;g>e;e++)a=l[e],F.push(new a(A));return Pace.bar=p=new b,E=[],G=new k})(),Pace.stop=function(){return Pace.running=!1,p.destroy(),q=!0,null!=n&&("function"==typeof r&&r(n),n=null),y()},Pace.restart=function(){return Pace.stop(),Pace.start()},Pace.go=function(){return Pace.running=!0,p.render(),q=!1,n=D(function(a,b){var c,d,e,f,g,h,i,j,l,m,n,o,r,s,t,u,v,w;for(j=100-p.progress,d=r=0,e=!0,h=s=0,u=F.length;u>s;h=++s)for(n=F[h],m=null!=E[h]?E[h]:E[h]=[],g=null!=(w=n.elements)?w:[n],i=t=0,v=g.length;v>t;i=++t)f=g[i],l=null!=m[i]?m[i]:m[i]=new k(f),e&=l.done,l.done||(d++,r+=l.tick(a));return c=r/d,p.update(G.tick(a,c)),o=z(),p.done()||e||q?(p.update(100),setTimeout(function(){return p.finish(),Pace.running=!1},Math.max(A.ghostTime,Math.min(A.minTime,z()-o)))):b()})},Pace.start=function(a){t(A,a),Pace.running=!0;try{p.render()}catch(b){h=b}return document.querySelector(".pace")?Pace.go():setTimeout(Pace.start,50)},"function"==typeof define&&define.amd?define(function(){return Pace}):"object"==typeof exports?module.exports=Pace:A.startOnPageLoad&&Pace.start()}).call(this);
|
@@ -0,0 +1,72 @@
|
|
1
|
+
/* This is a compiled file, you should be editing the file in the templates directory */
|
2
|
+
.pace {
|
3
|
+
-webkit-pointer-events: none;
|
4
|
+
pointer-events: none;
|
5
|
+
-webkit-user-select: none;
|
6
|
+
-moz-user-select: none;
|
7
|
+
user-select: none;
|
8
|
+
}
|
9
|
+
|
10
|
+
.pace-inactive {
|
11
|
+
display: none;
|
12
|
+
}
|
13
|
+
|
14
|
+
.pace .pace-progress {
|
15
|
+
background-color: #29d;
|
16
|
+
position: fixed;
|
17
|
+
z-index: 2000;
|
18
|
+
top: 0;
|
19
|
+
left: 0;
|
20
|
+
height: 12px;
|
21
|
+
overflow: hidden;
|
22
|
+
|
23
|
+
-webkit-transition: width 1s;
|
24
|
+
-moz-transition: width 1s;
|
25
|
+
-o-transition: width 1s;
|
26
|
+
transition: width 1s;
|
27
|
+
}
|
28
|
+
|
29
|
+
.pace .pace-progress-inner {
|
30
|
+
position: absolute;
|
31
|
+
top: 0;
|
32
|
+
left: 0;
|
33
|
+
right: -32px;
|
34
|
+
bottom: 0;
|
35
|
+
|
36
|
+
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
|
37
|
+
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
38
|
+
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
39
|
+
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
40
|
+
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
41
|
+
-webkit-background-size: 32px 32px;
|
42
|
+
-moz-background-size: 32px 32px;
|
43
|
+
-o-background-size: 32px 32px;
|
44
|
+
background-size: 32px 32px;
|
45
|
+
|
46
|
+
-webkit-animation: pace-stripe-animation 500ms linear infinite;
|
47
|
+
-moz-animation: pace-stripe-animation 500ms linear infinite;
|
48
|
+
-ms-animation: pace-stripe-animation 500ms linear infinite;
|
49
|
+
-o-animation: pace-stripe-animation 500ms linear infinite;
|
50
|
+
animation: pace-stripe-animation 500ms linear infinite;
|
51
|
+
}
|
52
|
+
|
53
|
+
@-webkit-keyframes pace-stripe-animation {
|
54
|
+
0% { -webkit-transform: none; transform: none; }
|
55
|
+
100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); }
|
56
|
+
}
|
57
|
+
@-moz-keyframes pace-stripe-animation {
|
58
|
+
0% { -moz-transform: none; transform: none; }
|
59
|
+
100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); }
|
60
|
+
}
|
61
|
+
@-o-keyframes pace-stripe-animation {
|
62
|
+
0% { -o-transform: none; transform: none; }
|
63
|
+
100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); }
|
64
|
+
}
|
65
|
+
@-ms-keyframes pace-stripe-animation {
|
66
|
+
0% { -ms-transform: none; transform: none; }
|
67
|
+
100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }
|
68
|
+
}
|
69
|
+
@keyframes pace-stripe-animation {
|
70
|
+
0% { transform: none; transform: none; }
|
71
|
+
100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
|
72
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
/* This is a compiled file, you should be editing the file in the templates directory */
|
2
|
+
.pace {
|
3
|
+
-webkit-pointer-events: none;
|
4
|
+
pointer-events: none;
|
5
|
+
-webkit-user-select: none;
|
6
|
+
-moz-user-select: none;
|
7
|
+
user-select: none;
|
8
|
+
}
|
9
|
+
|
10
|
+
.pace.pace-inactive .pace-progress {
|
11
|
+
display: none;
|
12
|
+
}
|
13
|
+
|
14
|
+
.pace .pace-progress {
|
15
|
+
position: fixed;
|
16
|
+
z-index: 2000;
|
17
|
+
top: 0;
|
18
|
+
right: 0;
|
19
|
+
height: 5rem;
|
20
|
+
width: 5rem;
|
21
|
+
}
|
22
|
+
|
23
|
+
.pace .pace-progress:after {
|
24
|
+
display: block;
|
25
|
+
position: absolute;
|
26
|
+
top: 0;
|
27
|
+
right: .5rem;
|
28
|
+
content: attr(data-progress-text);
|
29
|
+
font-family: "Helvetica Neue", sans-serif;
|
30
|
+
font-weight: 100;
|
31
|
+
font-size: 5rem;
|
32
|
+
line-height: 1;
|
33
|
+
text-align: right;
|
34
|
+
color: rgba(0, 0, 0, 0.19999999999999996);
|
35
|
+
}
|
@@ -0,0 +1,231 @@
|
|
1
|
+
/* This is a compiled file, you should be editing the file in the templates directory */
|
2
|
+
.pace {
|
3
|
+
width: 140px;
|
4
|
+
height: 300px;
|
5
|
+
position: fixed;
|
6
|
+
top: -90px;
|
7
|
+
right: -20px;
|
8
|
+
z-index: 2000;
|
9
|
+
-webkit-transform: scale(0);
|
10
|
+
-moz-transform: scale(0);
|
11
|
+
-ms-transform: scale(0);
|
12
|
+
-o-transform: scale(0);
|
13
|
+
transform: scale(0);
|
14
|
+
opacity: 0;
|
15
|
+
-webkit-transition: all 2s linear 0s;
|
16
|
+
-moz-transition: all 2s linear 0s;
|
17
|
+
transition: all 2s linear 0s;
|
18
|
+
}
|
19
|
+
|
20
|
+
.pace.pace-active {
|
21
|
+
-webkit-transform: scale(.25);
|
22
|
+
-moz-transform: scale(.25);
|
23
|
+
-ms-transform: scale(.25);
|
24
|
+
-o-transform: scale(.25);
|
25
|
+
transform: scale(.25);
|
26
|
+
opacity: 1;
|
27
|
+
}
|
28
|
+
|
29
|
+
.pace .pace-activity {
|
30
|
+
width: 140px;
|
31
|
+
height: 140px;
|
32
|
+
border-radius: 70px;
|
33
|
+
background: #29d;
|
34
|
+
position: absolute;
|
35
|
+
top: 0;
|
36
|
+
z-index: 1911;
|
37
|
+
-webkit-animation: pace-bounce 1s infinite;
|
38
|
+
-moz-animation: pace-bounce 1s infinite;
|
39
|
+
-o-animation: pace-bounce 1s infinite;
|
40
|
+
-ms-animation: pace-bounce 1s infinite;
|
41
|
+
animation: pace-bounce 1s infinite;
|
42
|
+
}
|
43
|
+
|
44
|
+
.pace .pace-progress {
|
45
|
+
position: absolute;
|
46
|
+
display: block;
|
47
|
+
left: 50%;
|
48
|
+
bottom: 0;
|
49
|
+
z-index: 1910;
|
50
|
+
margin-left: -30px;
|
51
|
+
width: 60px;
|
52
|
+
height: 75px;
|
53
|
+
background: rgba(20, 20, 20, .1);
|
54
|
+
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
|
55
|
+
border-radius: 30px / 40px;
|
56
|
+
-webkit-transform: scaleY(.3);
|
57
|
+
-moz-transform: scaleY(.3);
|
58
|
+
-ms-transform: scaleY(.3);
|
59
|
+
-o-transform: scaleY(.3);
|
60
|
+
transform: scaleY(.3);
|
61
|
+
-webkit-animation: pace-compress .5s infinite alternate;
|
62
|
+
-moz-animation: pace-compress .5s infinite alternate;
|
63
|
+
-o-animation: pace-compress .5s infinite alternate;
|
64
|
+
-ms-animation: pace-compress .5s infinite alternate;
|
65
|
+
animation: pace-compress .5s infinite alternate;
|
66
|
+
}
|
67
|
+
|
68
|
+
@-webkit-keyframes pace-bounce {
|
69
|
+
0% {
|
70
|
+
top: 0;
|
71
|
+
-webkit-animation-timing-function: ease-in;
|
72
|
+
}
|
73
|
+
40% {}
|
74
|
+
50% {
|
75
|
+
top: 140px;
|
76
|
+
height: 140px;
|
77
|
+
-webkit-animation-timing-function: ease-out;
|
78
|
+
}
|
79
|
+
55% {
|
80
|
+
top: 160px;
|
81
|
+
height: 120px;
|
82
|
+
border-radius: 70px / 60px;
|
83
|
+
-webkit-animation-timing-function: ease-in;
|
84
|
+
}
|
85
|
+
65% {
|
86
|
+
top: 120px;
|
87
|
+
height: 140px;
|
88
|
+
border-radius: 70px;
|
89
|
+
-webkit-animation-timing-function: ease-out;
|
90
|
+
}
|
91
|
+
95% {
|
92
|
+
top: 0;
|
93
|
+
-webkit-animation-timing-function: ease-in;
|
94
|
+
}
|
95
|
+
100% {
|
96
|
+
top: 0;
|
97
|
+
-webkit-animation-timing-function: ease-in;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
@-moz-keyframes pace-bounce {
|
102
|
+
0% {
|
103
|
+
top: 0;
|
104
|
+
-moz-animation-timing-function: ease-in;
|
105
|
+
}
|
106
|
+
40% {}
|
107
|
+
50% {
|
108
|
+
top: 140px;
|
109
|
+
height: 140px;
|
110
|
+
-moz-animation-timing-function: ease-out;
|
111
|
+
}
|
112
|
+
55% {
|
113
|
+
top: 160px;
|
114
|
+
height: 120px;
|
115
|
+
border-radius: 70px / 60px;
|
116
|
+
-moz-animation-timing-function: ease-in;
|
117
|
+
}
|
118
|
+
65% {
|
119
|
+
top: 120px;
|
120
|
+
height: 140px;
|
121
|
+
border-radius: 70px;
|
122
|
+
-moz-animation-timing-function: ease-out;}
|
123
|
+
95% {
|
124
|
+
top: 0;
|
125
|
+
-moz-animation-timing-function: ease-in;
|
126
|
+
}
|
127
|
+
100% {top: 0;
|
128
|
+
-moz-animation-timing-function: ease-in;
|
129
|
+
}
|
130
|
+
}
|
131
|
+
|
132
|
+
@keyframes pace-bounce {
|
133
|
+
0% {
|
134
|
+
top: 0;
|
135
|
+
animation-timing-function: ease-in;
|
136
|
+
}
|
137
|
+
50% {
|
138
|
+
top: 140px;
|
139
|
+
height: 140px;
|
140
|
+
animation-timing-function: ease-out;
|
141
|
+
}
|
142
|
+
55% {
|
143
|
+
top: 160px;
|
144
|
+
height: 120px;
|
145
|
+
border-radius: 70px / 60px;
|
146
|
+
animation-timing-function: ease-in;
|
147
|
+
}
|
148
|
+
65% {
|
149
|
+
top: 120px;
|
150
|
+
height: 140px;
|
151
|
+
border-radius: 70px;
|
152
|
+
animation-timing-function: ease-out;
|
153
|
+
}
|
154
|
+
95% {
|
155
|
+
top: 0;
|
156
|
+
animation-timing-function: ease-in;
|
157
|
+
}
|
158
|
+
100% {
|
159
|
+
top: 0;
|
160
|
+
animation-timing-function: ease-in;
|
161
|
+
}
|
162
|
+
}
|
163
|
+
|
164
|
+
@-webkit-keyframes pace-compress {
|
165
|
+
0% {
|
166
|
+
bottom: 0;
|
167
|
+
margin-left: -30px;
|
168
|
+
width: 60px;
|
169
|
+
height: 75px;
|
170
|
+
background: rgba(20, 20, 20, .1);
|
171
|
+
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
|
172
|
+
border-radius: 30px / 40px;
|
173
|
+
-webkit-animation-timing-function: ease-in;
|
174
|
+
}
|
175
|
+
100% {
|
176
|
+
bottom: 30px;
|
177
|
+
margin-left: -10px;
|
178
|
+
width: 20px;
|
179
|
+
height: 5px;
|
180
|
+
background: rgba(20, 20, 20, .3);
|
181
|
+
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
|
182
|
+
border-radius: 20px / 20px;
|
183
|
+
-webkit-animation-timing-function: ease-out;
|
184
|
+
}
|
185
|
+
}
|
186
|
+
|
187
|
+
@-moz-keyframes pace-compress {
|
188
|
+
0% {
|
189
|
+
bottom: 0;
|
190
|
+
margin-left: -30px;
|
191
|
+
width: 60px;
|
192
|
+
height: 75px;
|
193
|
+
background: rgba(20, 20, 20, .1);
|
194
|
+
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
|
195
|
+
border-radius: 30px / 40px;
|
196
|
+
-moz-animation-timing-function: ease-in;
|
197
|
+
}
|
198
|
+
100% {
|
199
|
+
bottom: 30px;
|
200
|
+
margin-left: -10px;
|
201
|
+
width: 20px;
|
202
|
+
height: 5px;
|
203
|
+
background: rgba(20, 20, 20, .3);
|
204
|
+
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
|
205
|
+
border-radius: 20px / 20px;
|
206
|
+
-moz-animation-timing-function: ease-out;
|
207
|
+
}
|
208
|
+
}
|
209
|
+
|
210
|
+
@keyframes pace-compress {
|
211
|
+
0% {
|
212
|
+
bottom: 0;
|
213
|
+
margin-left: -30px;
|
214
|
+
width: 60px;
|
215
|
+
height: 75px;
|
216
|
+
background: rgba(20, 20, 20, .1);
|
217
|
+
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
|
218
|
+
border-radius: 30px / 40px;
|
219
|
+
animation-timing-function: ease-in;
|
220
|
+
}
|
221
|
+
100% {
|
222
|
+
bottom: 30px;
|
223
|
+
margin-left: -10px;
|
224
|
+
width: 20px;
|
225
|
+
height: 5px;
|
226
|
+
background: rgba(20, 20, 20, .3);
|
227
|
+
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
|
228
|
+
border-radius: 20px / 20px;
|
229
|
+
animation-timing-function: ease-out;
|
230
|
+
}
|
231
|
+
}
|
@@ -0,0 +1,110 @@
|
|
1
|
+
/* This is a compiled file, you should be editing the file in the templates directory */
|
2
|
+
.pace {
|
3
|
+
-webkit-pointer-events: none;
|
4
|
+
pointer-events: none;
|
5
|
+
|
6
|
+
-webkit-user-select: none;
|
7
|
+
-moz-user-select: none;
|
8
|
+
user-select: none;
|
9
|
+
|
10
|
+
-webkit-perspective: 12rem;
|
11
|
+
-moz-perspective: 12rem;
|
12
|
+
-ms-perspective: 12rem;
|
13
|
+
-o-perspective: 12rem;
|
14
|
+
perspective: 12rem;
|
15
|
+
|
16
|
+
z-index: 2000;
|
17
|
+
position: fixed;
|
18
|
+
height: 6rem;
|
19
|
+
width: 6rem;
|
20
|
+
margin: auto;
|
21
|
+
top: 0;
|
22
|
+
left: 0;
|
23
|
+
right: 0;
|
24
|
+
bottom: 0;
|
25
|
+
}
|
26
|
+
|
27
|
+
.pace.pace-inactive .pace-progress {
|
28
|
+
display: none;
|
29
|
+
}
|
30
|
+
|
31
|
+
.pace .pace-progress {
|
32
|
+
position: fixed;
|
33
|
+
z-index: 2000;
|
34
|
+
display: block;
|
35
|
+
position: absolute;
|
36
|
+
left: 0;
|
37
|
+
top: 0;
|
38
|
+
height: 6rem;
|
39
|
+
width: 6rem !important;
|
40
|
+
line-height: 6rem;
|
41
|
+
font-size: 2rem;
|
42
|
+
border-radius: 50%;
|
43
|
+
background: rgba(34, 153, 221, 0.8);
|
44
|
+
color: #fff;
|
45
|
+
font-family: "Helvetica Neue", sans-serif;
|
46
|
+
font-weight: 100;
|
47
|
+
text-align: center;
|
48
|
+
|
49
|
+
-webkit-animation: pace-3d-spinner linear infinite 2s;
|
50
|
+
-moz-animation: pace-3d-spinner linear infinite 2s;
|
51
|
+
-ms-animation: pace-3d-spinner linear infinite 2s;
|
52
|
+
-o-animation: pace-3d-spinner linear infinite 2s;
|
53
|
+
animation: pace-3d-spinner linear infinite 2s;
|
54
|
+
|
55
|
+
-webkit-transform-style: preserve-3d;
|
56
|
+
-moz-transform-style: preserve-3d;
|
57
|
+
-ms-transform-style: preserve-3d;
|
58
|
+
-o-transform-style: preserve-3d;
|
59
|
+
transform-style: preserve-3d;
|
60
|
+
}
|
61
|
+
|
62
|
+
.pace .pace-progress:after {
|
63
|
+
content: attr(data-progress-text);
|
64
|
+
display: block;
|
65
|
+
}
|
66
|
+
|
67
|
+
@-webkit-keyframes pace-3d-spinner {
|
68
|
+
from {
|
69
|
+
-webkit-transform: rotateY(0deg);
|
70
|
+
}
|
71
|
+
to {
|
72
|
+
-webkit-transform: rotateY(360deg);
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
@-moz-keyframes pace-3d-spinner {
|
77
|
+
from {
|
78
|
+
-moz-transform: rotateY(0deg);
|
79
|
+
}
|
80
|
+
to {
|
81
|
+
-moz-transform: rotateY(360deg);
|
82
|
+
}
|
83
|
+
}
|
84
|
+
|
85
|
+
@-ms-keyframes pace-3d-spinner {
|
86
|
+
from {
|
87
|
+
-ms-transform: rotateY(0deg);
|
88
|
+
}
|
89
|
+
to {
|
90
|
+
-ms-transform: rotateY(360deg);
|
91
|
+
}
|
92
|
+
}
|
93
|
+
|
94
|
+
@-o-keyframes pace-3d-spinner {
|
95
|
+
from {
|
96
|
+
-o-transform: rotateY(0deg);
|
97
|
+
}
|
98
|
+
to {
|
99
|
+
-o-transform: rotateY(360deg);
|
100
|
+
}
|
101
|
+
}
|
102
|
+
|
103
|
+
@keyframes pace-3d-spinner {
|
104
|
+
from {
|
105
|
+
transform: rotateY(0deg);
|
106
|
+
}
|
107
|
+
to {
|
108
|
+
transform: rotateY(360deg);
|
109
|
+
}
|
110
|
+
}
|