doc: Show 'now loading' at examples

This commit is contained in:
Hajime Hoshi 2016-11-27 01:51:52 +09:00
parent 38f0ec40b4
commit 563efe3295
19 changed files with 95 additions and 0 deletions

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>

View File

@ -19,6 +19,11 @@ window.addEventListener('load', function() {
src = 'https://dl.dropboxusercontent.com/u/3692507/ebiten.examples/' + src;
}
s.src = src;
s.onload = function() {
var notice = document.getElementById('notice');
notice.parentNode.removeChild(notice);
};
document.body.appendChild(s);
});
</script>
<p id="notice" style="color: white;">Now Loading...</p>