jQuery html5 canvas 3D animation effect
2 years ago
67654
2217
unknown
Directions:
Step 1: Add the below code inside the <HEAD> section of the page:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>
<script type="text/javascript" src="your_directory/html5_3d_animation.js"></script>
<script language="javascript" type="text/javascript">
$(function() {
$("#html5_3d_animation").html5_3d_animation({
window_width: '600',
window_height: '300',
window_background: '#00113F',
star_count: '1000',
star_color: '#FBFFAF',
star_depth: '100'
});
});
</script>
Step 2: Insert the below sample code into the BODY section of your page:
<canvas id="html5_3d_animation">Internet Explorer Not Supported</canvas>
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu buttons carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu

Subscribe
Follow Us