Hi Friends.. This is all about how to use the running claude effect in you web site page.
You are required to download and use the following Plugin by me and You will get the
Claude like the following picture.
Claude Plugin Demo Click to download the sample.
after adding the plugin in your web page you are required to add the one line only that is
" $(document).Claude({count:3, SkyHeight:250});" under the script tag. So the code
would be like -
here "count :3" is the number of claude and Sky Height is the height from top in which claudes
are allowed to visible. It automatically set the speed, vertical position and color randomly.
You are required to download and use the following Plugin by me and You will get the
Claude like the following picture.
Claude Plugin Demo Click to download the sample.
after adding the plugin in your web page you are required to add the one line only that is
" $(document).Claude({count:3, SkyHeight:250});" under the script tag. So the code
would be like -
<script type="text/javascript">
$(document).ready(function () {
$(document).Claude({count:3, SkyHeight:250});
})
</script>
$(document).ready(function () {
$(document).Claude({count:3, SkyHeight:250});
})
</script>
here "count :3" is the number of claude and Sky Height is the height from top in which claudes
are allowed to visible. It automatically set the speed, vertical position and color randomly.
Nice..
ReplyDelete