|
@@ -881,11 +881,11 @@ Page {
|
|
|
onClicked: copyShareLink()
|
|
onClicked: copyShareLink()
|
|
|
|
|
|
|
|
Behavior on bgColor {
|
|
Behavior on bgColor {
|
|
|
- ColorAnimation { duration: 200 }
|
|
|
|
|
|
|
+ ColorAnimation { duration: Style.shortAnimationDuration }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
Behavior on bgHoverOpacity {
|
|
Behavior on bgHoverOpacity {
|
|
|
- NumberAnimation { duration: 200 }
|
|
|
|
|
|
|
+ NumberAnimation { duration: Style.shortAnimationDuration }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
TextEdit {
|
|
TextEdit {
|
|
@@ -895,7 +895,7 @@ Page {
|
|
|
|
|
|
|
|
Timer {
|
|
Timer {
|
|
|
id: shareLinkCopyTimer
|
|
id: shareLinkCopyTimer
|
|
|
- interval: 3000
|
|
|
|
|
|
|
+ interval: Style.veryLongAnimationDuration
|
|
|
onTriggered: copyShareLinkButton.shareLinkCopied = false
|
|
onTriggered: copyShareLinkButton.shareLinkCopied = false
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|