From d10491524e0582d8d216d68d2b9f61028fd72f5e Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 21 Sep 2013 17:59:47 -0400 Subject: warn-container -> interstitial, misc css fixes --- www/js/html5ks.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/js') diff --git a/www/js/html5ks.js b/www/js/html5ks.js index 9ca2bde..c7aba9b 100644 --- a/www/js/html5ks.js +++ b/www/js/html5ks.js @@ -179,12 +179,12 @@ window.html5ks = { }, warnUnsupported: function () { if (!html5ks.persistent.gotit) { - var warn = document.getElementById("warn-container"); + var interstitial = document.getElementById("interstitial"); document.getElementById("gotit").addEventListener("mouseup", function () { - warn.style.mozAnimation = "0.5s dissolveout"; - warn.style.webkitAnimation = "0.5s dissolveout"; - warn.style.animation = "0.5s dissolveout"; - warn.style.opacity = 0; + interstitial.style.mozAnimation = "1s dissolveout"; + interstitial.style.webkitAnimation = "1s dissolveout"; + interstitial.style.animation = "1s dissolveout"; + interstitial.style.opacity = 0; html5ks.persistent.gotit = true; html5ks.start(); }, false); -- cgit v1.2.3-70-g09d2