This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ md-input-container {
115
115
@include rtl (padding-right , 0 , $input-container-padding + 1px );
116
116
z-index : 1 ;
117
117
transform : translate3d (0 , $input-label-default-offset + 4 , 0 ) scale ($input-label-default-scale );
118
- transition : transform $swift-ease-out-timing-function 0.25 s ;
118
+ transition : transform $swift-ease-out-duration $swift-ease-out- timing-function ;
119
119
120
120
@include rtl (transform-origin , left top , right top );
121
121
}
@@ -275,8 +275,8 @@ md-input-container {
275
275
& .md-input-has-value {
276
276
label :not (.md-no-float ) {
277
277
transform : translate3d (0 , $input-label-float-offset , 0 ) scale ($input-label-float-scale );
278
- transition : transform $swift-ease-out-timing-function 0.5 s ,
279
- width $swift-ease-out-timing-function 0.5 s ;
278
+ transition : transform $swift-ease-out-timing-function $swift-ease-out-duration ,
279
+ width $swift-ease-out-timing-function $swift-ease-out-duration ;
280
280
width : calc ((100% - #{$input-label-float-width } ) / #{$input-label-float-scale } );
281
281
}
282
282
}
@@ -310,7 +310,7 @@ md-input-container {
310
310
311
311
& .md-icon-float {
312
312
313
- transition : margin-top 0.5 s $swift-ease-out-timing-function ;
313
+ transition : margin-top $swift-ease-out-duration $swift-ease-out-timing-function ;
314
314
315
315
> label {
316
316
pointer-events : none ;
You can’t perform that action at this time.
0 commit comments