Skip to content
Snippets Groups Projects
Commit 1ebda6ad authored by Timofej Paramonov Bliki's avatar Timofej Paramonov Bliki :heart:
Browse files

Added fading in logo at the top

parent ab1e0c8b
No related branches found
No related tags found
1 merge request!22Adding logo and video to home
......@@ -14,7 +14,7 @@
<style></style>
<script>
document.addEventListener("scroll", (event) => {
document.addEventListener("scroll", () => {
document.getElementById("front-img").style.opacity='1';
}, {once:true});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment