Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
8c9cbe1e
Commit
8c9cbe1e
authored
May 10, 2022
by
Guilherme Marçal Silva
Browse files
Add easing to floating panel animation
parent
555af85b
Pipeline
#174326
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
desktoppackage/contents/views/Panel.qml
View file @
8c9cbe1e
...
...
@@ -85,11 +85,13 @@ Item {
Behavior
on
floatingness
{
NumberAnimation
{
duration
:
PlasmaCore
.
Units
.
longDuration
easing.type
:
Easing
.
OutCubic
}
}
Behavior
on
panelOpacity
{
NumberAnimation
{
duration
:
PlasmaCore
.
Units
.
longDuration
easing.type
:
Easing
.
OutCubic
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment