Toggle navigation
Sign Up
Log In
Explore
Works
Folders
Tools
Collections
Artists
Groups
Groups
Topics
Tasks
Tasks
Jobs
Teams
Jobs
Recommendation
More Effects...
JS
function randHex() { var num = Math.round(Math.random() * 255).toString(16); if (num.length == 1) num = "0"+num; return num; } jQuery(function() { if (Modernizr.canvas === true) jQuery("#canvas-warning").hide(); // Convenience $canvas = jQuery("#canvas"); canvas = $canvas[0]; context = canvas.getContext("2d"); // Dimensions var width = $canvas.width(); var height = $canvas.height(); // Set actual canvas size to match css $canvas.attr("width", width); $canvas.attr("height", height); // Information jQuery("#info").html("Size: "+canvas.width+"x"+canvas.height); // Frame rate var frame = 0; // Snakes var n = 2+Math.random()*3; var initialRadius = width/50; snakes = new SnakeCollection(); for (var i=0 ; i
"+snakes.snakes.length+" branches running"); frame = 0; if (snakes.snakes.length == 0) { clearInterval(interval); clearInterval(fpsInterval); var delay = 1500; jQuery("#info-container").fadeOut(1500, function(){ jQuery("#info-container").html("Refresh for more delicious trees :)").fadeIn(delay, function() { setTimeout(function() { jQuery("#info-container").fadeOut(delay); }, delay*3) }); }); } }, 1000); });
CSS
body { text-align: center; background-color: #abcdef; } #canvas { position: relative; margin-left: auto; margin-right: auto; /* width: 1500px; */ /* height: 800px; */ width: 750px; height: 400px; /* border: 1px solid red; */ border-bottom: 1px solid black; } a { color: black; }
HTML
Join Effecthub.com
Working with Global Gaming Artists and Developers!
Login
Sign Up
Or Login with Your Email Address:
Email
Password
Remember
Or Sign Up with Your Email Address:
Your Email
This field must contain a valid email
Set Password
Password should be at least 1 character
Stay informed via email