A Pen by Julian Garnier on CodePen.
A Pen by Bennett Waisbren on CodePen.
Particles with TweenMax & EaselJS
A Pen by Dimitra Vasilopoulou on CodePen.
This pen was inspired by Random Skyline by moklick. Move your mouse to change speed and move up and down. It would be cool to implement this as a background for a game. I am utilizing Sketch.js in this pen.
A Pen by Jack Rugile on CodePen.
A vanilla.js canvas confetti animation. Move the mouse to change direction.
A Pen by Linmiao Xu on CodePen.
<canvas class="canvas"></canvas> | |
<div class="help">?</div> | |
<div class="ui"> | |
<input class="ui-input" type="text" /> | |
<span class="ui-return">↵</span> | |
</div> |
<canvas id="sakura"></canvas> | |
<div class="btnbg"> | |
</div> | |
<!-- sakura shader --> | |
<script id="sakura_point_vsh" type="x-shader/x_vertex"> | |
uniform mat4 uProjection; | |
uniform mat4 uModelview; | |
uniform vec3 uResolution; | |
uniform vec3 uOffset; |
Click anywhere. Built with @juliangarnier's anime.js.
...Also basically using his fireworks, which are pretty rad (and available here)
A Pen by Alex Zaworski on CodePen.
Full-page background made with JavaScript and Canvas: the animation follows movement on non-touch devices
Based on: http://tympanus.net/Development/AnimatedHeaderBackgrounds/
A Pen by Marco Guglielmelli on CodePen.
<canvas id=c></canvas> |