cool effect

This commit is contained in:
unknown
2018-11-14 19:50:41 +00:00
parent e717b00584
commit 297f30d5e2

View File

@@ -71,11 +71,15 @@
</div>
</body>
<script src="openpgp.min.js"></script>
<script src="baffle.min.js"></script>
<script>
if (typeof openpgp.config === "object") {
document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '<br><div class="alert alert-success" role="alert">' + openpgp.config.versionstring + ' works in this browser!</div>');
} else {
document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '<br><div class="alert alert-danger" role="alert">OpenPGP.js won\'t start in this browser. Do a <a href="/compatibility.html">compatibility check.</a></div>');
}
let c = baffle('code', {characters: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789', speed: 80}).start();
c.reveal(3000, 500);
</script>
</html>