diff --git a/foss4g-2016/__init__.py b/foss4g-2016/__init__.py
index 7573f73..0ba19a7 100644
--- a/foss4g-2016/__init__.py
+++ b/foss4g-2016/__init__.py
@@ -13,11 +13,17 @@ titlemap = {
def introFrames(p):
move=50
+ nr = p['$id'];
+
# five initial frames
for i in range(0, 5):
yield (
('text', 'style', 'opacity', "%.4f" % 0),
('text', 'attr', 'transform', 'translate(%.4f, 0)' % -move),
+
+ ('image%u' % ((nr+0)%3), 'style', 'opacity', "%.4f" % 1),
+ ('image%u' % ((nr+1)%3), 'style', 'opacity', "%.4f" % 0),
+ ('image%u' % ((nr+2)%3), 'style', 'opacity', "%.4f" % 0),
)
# 3 Sekunde Text Fadein
diff --git a/foss4g-2016/artwork/intro.svg b/foss4g-2016/artwork/intro.svg
index f2e2d59..96cd2e6 100644
--- a/foss4g-2016/artwork/intro.svg
+++ b/foss4g-2016/artwork/intro.svg
@@ -115,9 +115,29 @@
height="1280"
preserveAspectRatio="none"
style="image-rendering:optimizeQuality"
- id="image4277"
+ id="image0"
x="0"
y="-27.637316" />
+
+