Change PC2 TabBar highlight movement animation easing type to OutCubic
This makes the highlight movement feel more responsive in Kickoff. Unfortunately, the same cannot be done for the PC3 TabBar since it uses a ListView with a highlight. The easing type for the highlight movement animation cannot be customized. MR: frameworks/plasma-framework!91
This commit is contained in:
parent
b8fb2ff44e
commit
ad6647d5e5
@ -92,13 +92,13 @@ FocusScope {
|
||||
}
|
||||
Behavior on x {
|
||||
PropertyAnimation {
|
||||
easing.type: Easing.InQuad
|
||||
easing.type: Easing.OutCubic
|
||||
duration: PlasmaCore.Units.longDuration
|
||||
}
|
||||
}
|
||||
Behavior on y {
|
||||
PropertyAnimation {
|
||||
easing.type: Easing.InQuad
|
||||
easing.type: Easing.OutCubic
|
||||
duration: PlasmaCore.Units.longDuration
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user