Remove all animations
parent
33a5b5142d
commit
328bb7bcaf
|
@ -19,7 +19,6 @@ limitations under the License.
|
||||||
@import "./_font-sizes.scss";
|
@import "./_font-sizes.scss";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
transition: font-size 0.25s;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Slider_selectionDot {
|
.mx_Slider_selectionDot {
|
||||||
transition: left 0.25s;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1.1em;
|
width: 1.1em;
|
||||||
height: 1.1em;
|
height: 1.1em;
|
||||||
|
@ -61,13 +60,11 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Slider_selection > hr {
|
.mx_Slider_selection > hr {
|
||||||
transition: width 0.25s;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0.2em solid $slider-selection-color;
|
border: 0.2em solid $slider-selection-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Slider_dot {
|
.mx_Slider_dot {
|
||||||
transition: background-color 0.2s ease-in;
|
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
Loading…
Reference in New Issue