mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Smoothly animate change of state for copy share link button
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
7db143469a
commit
4e12bbf3e4
1 changed files with 8 additions and 0 deletions
|
@ -880,6 +880,14 @@ Page {
|
||||||
|
|
||||||
onClicked: copyShareLink()
|
onClicked: copyShareLink()
|
||||||
|
|
||||||
|
Behavior on bgColor {
|
||||||
|
ColorAnimation { duration: 200 }
|
||||||
|
}
|
||||||
|
|
||||||
|
Behavior on bgHoverOpacity {
|
||||||
|
NumberAnimation { duration: 200 }
|
||||||
|
}
|
||||||
|
|
||||||
TextEdit {
|
TextEdit {
|
||||||
id: clipboardHelper
|
id: clipboardHelper
|
||||||
visible: false
|
visible: false
|
||||||
|
|
Loading…
Reference in a new issue