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 caa6a29 commit bb52073Copy full SHA for bb52073
v2/AnimatedToggleButton/AnimatedToggleButton.css
@@ -1,6 +1,10 @@
1
.onyx-toggle-button.onyx-animated-toggle-button {
2
/* We need this so that the knob is positioned relatively to the toggle button */
3
position: relative;
4
+ -webkit-transition: background-color 0.5s linear;
5
+ -moz-transition: background-color 0.5s linear;
6
+ -o-transition: background-color 0.5s linear;
7
+ -ms-transition: background-color 0.5s linear;
8
}
9
10
.onyx-toggle-button.onyx-animated-toggle-button .onyx-toggle-button-knob {
0 commit comments