mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
6ee203a21d
Containers page refactoring
7 lines
182 B
QML
7 lines
182 B
QML
FadeBehavior {
|
|
fadeProperty: "opacity"
|
|
fadeDuration: 200
|
|
outAnimation.duration: targetValue ? 0 : fadeDuration
|
|
inAnimation.duration: targetValue ? fadeDuration : 0
|
|
}
|