mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +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()
|
||||
|
||||
Behavior on bgColor {
|
||||
ColorAnimation { duration: 200 }
|
||||
}
|
||||
|
||||
Behavior on bgHoverOpacity {
|
||||
NumberAnimation { duration: 200 }
|
||||
}
|
||||
|
||||
TextEdit {
|
||||
id: clipboardHelper
|
||||
visible: false
|
||||
|
|
Loading…
Reference in a new issue