intro now works in firefox

This commit is contained in:
Ansis Brammanis
2013-03-25 16:05:21 -04:00
parent bda6f5b27b
commit 81a39d90d2

View File

@@ -13,9 +13,11 @@ d3.curtain = function() {
'pointer-events': 'none',
'position': 'absolute',
'top': 0,
'left': 0,
'right': 0,
'bottom': 0
'left': 0
})
.attr({
width: window.innerWidth,
height: window.innerHeight
});
var darkness = surface.append('rect')