mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
add slight animation on hover
This commit is contained in:
parent
462d2d5d80
commit
9f7fd3faa2
1 changed files with 6 additions and 0 deletions
|
@ -595,6 +595,12 @@ Rectangle {
|
|||
width: 92
|
||||
height: 92
|
||||
|
||||
Behavior on y {
|
||||
SpringAnimation {
|
||||
spring: 2; damping: 0.2
|
||||
}
|
||||
}
|
||||
|
||||
states: [
|
||||
State {
|
||||
name: "hovered"
|
||||
|
|
Loading…
Reference in a new issue