summaryrefslogtreecommitdiffstats
path: root/examples/animatedbackground/SlideDeck.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animatedbackground/SlideDeck.qml')
-rw-r--r--examples/animatedbackground/SlideDeck.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/animatedbackground/SlideDeck.qml b/examples/animatedbackground/SlideDeck.qml
index 4b763cf..7f99f72 100644
--- a/examples/animatedbackground/SlideDeck.qml
+++ b/examples/animatedbackground/SlideDeck.qml
@@ -3,10 +3,12 @@ import Prezo 1.0
import Qt.labs.particles 2.0
-AnimatedPresentation {
+Presentation {
width: 640
height: 360
+ BackgroundSwirls {}
+
property color textColor: "white"
Slide {