web/static/res/js/incplayer.js
changeset 47 dbd46ed42b0d
parent 46 542252e0c615
child 48 d92196482ad9
--- 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)