# HG changeset patch # User Edwin Razafimahatratra # Date 1355281273 -3600 # Node ID dbd46ed42b0d9642f4c81fe6c7e3e3a44ff2e9de # Parent 542252e0c6155ead7b64f4373378a123bc1857c9 save diff -r 542252e0c615 -r dbd46ed42b0d web/prologue.html --- a/web/prologue.html Wed Dec 12 03:10:24 2012 +0100 +++ b/web/prologue.html Wed Dec 12 04:01:13 2012 +0100 @@ -25,7 +25,7 @@ -->
diff -r 542252e0c615 -r dbd46ed42b0d web/static/res/css/style_1024.css --- a/web/static/res/css/style_1024.css Wed Dec 12 03:10:24 2012 +0100 +++ b/web/static/res/css/style_1024.css Wed Dec 12 04:01:13 2012 +0100 @@ -799,4 +799,31 @@ .red a:focus { color: #000000; } - +/*----------------------------------------------*/ +/* 7- Page Transition */ +/*----------------------------------------------*/ +#theEnd { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: #000000; + z-index: 11; + text-align: center; +} +#theEnd h1 { + font-size: 80px; + text-align:center; + display: inline-block; + vertical-align: middle; +} +#theEnd .strut { + background: red; +} +#theEnd.display { + display: none; + } +.bg_smallimg { + margin: 0 1.171875%; +} diff -r 542252e0c615 -r dbd46ed42b0d web/static/res/js/incplayer.js --- a/web/static/res/js/incplayer.js Wed Dec 12 03:10:24 2012 +0100 +++ b/web/static/res/js/incplayer.js Wed Dec 12 04:01:13 2012 +0100 @@ -210,7 +210,13 @@ }); self.popSeq.on("cycle", function() { - }); + }); + + self.popSeq.on("ended", function() { + // todo + location.href = "transition.html"; + }); + }; this.listenEvent = function(pop, event, unlisten, func) diff -r 542252e0c615 -r dbd46ed42b0d web/transition.html --- a/web/transition.html Wed Dec 12 03:10:24 2012 +0100 +++ b/web/transition.html Wed Dec 12 04:01:13 2012 +0100 @@ -18,9 +18,15 @@
-
-                

THE END, ETC.

-            
+ + +
+ +

THE END, ETC.

+
+