(Update) Participate: Replace self-written boids with particle.js

This commit is contained in:
0xfff 2016-09-27 23:52:02 +02:00
parent c0665911a9
commit 6a3f4cca60
3 changed files with 123 additions and 270 deletions

View file

@ -7,8 +7,8 @@
</video>
</div> -->
<!-- Boids -->
<canvas id="canvas"></canvas>
<!-- Boids / Particle.js -->
<div id="boids"></div>
<!-- Navigation -->
{% include nav-desktop.html %}

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@
z-index: 2;
}
#canvas {
#boids {
position: absolute;
z-index: 1;
height: 100%;