Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze Style for QQC2
Commits
a5fad6fe
Commit
a5fad6fe
authored
Feb 16, 2021
by
Noah Davis
🌵
Browse files
[FocusRect] Remove opacity animation
I can't get it to look smooth.
parent
8a847b77
Changes
1
Hide whitespace changes
Inline
Side-by-side
style/impl/FocusRect.qml
View file @
a5fad6fe
...
...
@@ -12,6 +12,7 @@ Loader {
anchors.fill
:
parent
sourceComponent
:
Component
{
Rectangle
{
id
:
innerRing
anchors
{
fill
:
parent
margins
:
-
border
.
width
...
...
@@ -42,15 +43,6 @@ Loader {
)
border.width
:
parent
.
border
.
width
}
opacity
:
0
OpacityAnimator
on
opacity
{
id
:
opacityAnimator
running
:
true
from
:
0
to
:
1
duration
:
Kirigami
.
Units
.
shortDuration
easing.type
:
Easing
.
InCubic
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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