Use OpacityRamp on the cover page
[quandoparte] / application / resources / sailfish / qml / cover / CoverPage.qml
index 0dda240..ed5c7af 100644 (file)
@@ -28,4 +28,10 @@ CoverBackground {
             expectedPlatfrom: model.expectedPlatform
         }
     }
+    OpacityRampEffect {
+        id: effect
+        slope: 2
+        offset: 0.5
+        sourceItem: stationScheduleView
+    }
 }