diff --git a/modules/nexus/pages/NetworkPage.qml b/modules/nexus/pages/NetworkPage.qml index 38be289d..f83427a7 100644 --- a/modules/nexus/pages/NetworkPage.qml +++ b/modules/nexus/pages/NetworkPage.qml @@ -93,12 +93,22 @@ PageBase { } move: Transition { + Anim { + property: "opacity" + to: 1 + type: Anim.DefaultEffects + } Anim { property: "y" } } displaced: Transition { + Anim { + property: "opacity" + to: 1 + type: Anim.DefaultEffects + } Anim { property: "y" }