git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
17643b019
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
js
animate.js
Move scripts to their own js file
hiromipaw
commited
17643b019
at 2017-06-16 11:16:38
animate.js
Blame
History
Raw
document.addEventListener("DOMContentLoaded", function(event) { var animate = document.getElementById("animate"); animate.classList.add("not-loaded"); window.setTimeout(function () { animate.classList.remove("not-loaded"); animate.classList.add("loaded"); }, 0); });