1- $ease-in-out : cubic-bezier (0.35 , 0 , 0.25 , 1 );
2- $duration : 5.25s ;
3- $circle-duration : $duration * 0.25 ;
4- $outer-duration : $duration * (5 / 9 );
5- $sporadic-duration : $duration ;
6- $size : 50px ;
1+ $progress-circular- ease-in-out : cubic-bezier (0.35 , 0 , 0.25 , 1 );
2+ $progress-circular- duration : 5.25s ;
3+ $progress-circular- circle-duration : $progress-circular- duration * 0.25 ;
4+ $progress-circular- outer-duration : $progress-circular- duration * (5 / 9 );
5+ $progress-circular- sporadic-duration : $progress-circular- duration ;
6+ $progress-circular- size : 50px ;
77
88@keyframes outer-rotate {
99 100% { transform : rotate (360deg ); }
@@ -28,21 +28,21 @@ $size : 50px;
2828}
2929
3030md-progress-circular {
31- width : $size ;
32- height : $size ;
31+ width : $progress-circular- size ;
32+ height : $progress-circular- size ;
3333 display : block ;
3434 position : relative ;
3535 padding-top : 0 !important ;
3636 margin-bottom : 0 !important ;
3737 overflow : hidden ;
3838 .md-inner {
39- width : $size ;
40- height : $size ;
39+ width : $progress-circular- size ;
40+ height : $progress-circular- size ;
4141 position : relative ;
4242 .md-gap {
4343 position : absolute ;
44- left : $size * 0.5 - 1 ;
45- right : $size * 0.5 - 1 ;
44+ left : $progress-circular- size * 0.5 - 1 ;
45+ right : $progress-circular- size * 0.5 - 1 ;
4646 top : 0 ;
4747 bottom : 0 ;
4848 border-top : 5px solid black ;
@@ -51,14 +51,14 @@ md-progress-circular {
5151 .md-left , .md-right {
5252 position : absolute ;
5353 top : 0 ;
54- height : $size ;
55- width : $size * 0.5 ;
54+ height : $progress-circular- size ;
55+ width : $progress-circular- size * 0.5 ;
5656 overflow : hidden ;
5757 .md-half-circle {
5858 position : absolute ;
5959 top : 0 ;
60- width : $size ;
61- height : $size ;
60+ width : $progress-circular- size ;
61+ height : $progress-circular- size ;
6262 box-sizing : border-box ;
6363 border-width : 5px ;
6464 border-style : solid ;
@@ -133,14 +133,14 @@ md-progress-circular {
133133
134134 & [md-mode = indeterminate ] {
135135 .md-spinner-wrapper {
136- animation : outer- rotate $outer-duration linear infinite ;
136+ animation : outer- rotate $progress-circular- outer-duration linear infinite ;
137137 .md-inner {
138- animation : sporadic- rotate $sporadic-duration $ease-in-out infinite ;
138+ animation : sporadic- rotate $progress-circular- sporadic-duration $progress-circular- ease-in-out infinite ;
139139 .md-left , .md-right {
140140 .md-half-circle {
141141 animation-iteration-count : infinite ;
142- animation-duration : ($duration * 0.25 );
143- animation-timing-function : $ease-in-out ;
142+ animation-duration : ($progress-circular- duration * 0.25 );
143+ animation-timing-function : $progress-circular- ease-in-out ;
144144 }
145145 }
146146 .md-left {
0 commit comments