tweak: separate window title and class update transitions

This commit is contained in:
Kiana Sheibani 2026-01-29 19:58:51 -05:00
parent e45f412930
commit 9d1c9c156f
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -148,7 +148,6 @@ Item {
Behavior on text { Behavior on text {
Anim { Anim {
target: names
property: "opacity" property: "opacity"
from: 0 from: 0
to: 1 to: 1
@ -165,7 +164,6 @@ Item {
Behavior on text { Behavior on text {
Anim { Anim {
target: names
property: "opacity" property: "opacity"
from: 0 from: 0
to: 1 to: 1