We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe7caa commit 8268765Copy full SHA for 8268765
src/components/slider/slider.scss
@@ -70,7 +70,8 @@ md-slider *::after {
70
}
71
72
.md-slider-track-fill {
73
- transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
+ transition-duration: 400ms;
74
+ transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
75
transition-property: width, height;
76
background-color: md-color($md-accent);
77
@@ -80,7 +81,8 @@ md-slider *::after {
80
81
left: 0;
82
top: 50%;
83
transform: translate3d(-50%, -50%, 0);
84
85
86
transition-property: left, bottom;
87
88
0 commit comments