Created Hook system (let's users run commands after specific actions)
NInputAction: create NTextInput with NButton HooksService: add dark/light mode hook, add wallpaper change hook HooksTab: create 1 NInputAction for each hook Wallpaper: add hook functionallity
This commit is contained in:
parent
d53a404bf1
commit
37eefe3663
9 changed files with 274 additions and 3 deletions
|
|
@ -152,7 +152,7 @@ Rectangle {
|
|||
target: ripple
|
||||
property: "opacity"
|
||||
from: 0
|
||||
to: 0.2
|
||||
to: 0.05
|
||||
duration: 100
|
||||
easing.type: Easing.OutCubic
|
||||
}
|
||||
|
|
@ -160,7 +160,7 @@ Rectangle {
|
|||
NumberAnimation {
|
||||
target: ripple
|
||||
property: "opacity"
|
||||
from: 0.2
|
||||
from: 0.05
|
||||
to: 0
|
||||
duration: 300
|
||||
easing.type: Easing.InCubic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue