mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/folio: Scale out animation when opening search
This commit is contained in:
parent
c9784b143d
commit
d895e34e6b
1 changed files with 3 additions and 2 deletions
|
|
@ -152,10 +152,11 @@ Item {
|
|||
|
||||
transform: [
|
||||
Scale {
|
||||
property real scaleFactor: Math.max(homeScreenState.appDrawerOpenProgress, homeScreenState.searchWidgetOpenProgress)
|
||||
origin.x: mainHomeScreen.width / 2
|
||||
origin.y: mainHomeScreen.height / 2
|
||||
yScale: 1 - (homeScreenState.appDrawerOpenProgress * 2) * 0.1
|
||||
xScale: 1 - (homeScreenState.appDrawerOpenProgress * 2) * 0.1
|
||||
yScale: 1 - (scaleFactor * 2) * 0.1
|
||||
xScale: 1 - (scaleFactor * 2) * 0.1
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue