aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/RoundButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/material/RoundButton.qml')
-rw-r--r--src/imports/controls/material/RoundButton.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/imports/controls/material/RoundButton.qml b/src/imports/controls/material/RoundButton.qml
index 3ce3b39b..249acb20 100644
--- a/src/imports/controls/material/RoundButton.qml
+++ b/src/imports/controls/material/RoundButton.qml
@@ -96,12 +96,6 @@ T.RoundButton {
color: control.Material.rippleColor
}
- Behavior on color {
- ColorAnimation {
- duration: 400
- }
- }
-
// The layer is disabled when the button color is transparent so that you can do
// Material.background: "transparent" and get a proper flat button without needing
// to set Material.elevation as well