IntroTzikas is a cross-browser jQuery plugin by Michalis Tzikas which converts a boring intro to fancy aminated intro. A light weight plugin, easy to install is the best solution to make an animated intro.
Setup
- Download latest jQuery library
- Download introtzikas.js
right click - save as
- Include libraries
<script type="text/javascript" src="<path of file>jquery.js"></script>
<script type="text/javascript" src="<path of file>introtzikas.js"></script>
- Add this to your html file inside "<head>" html tag
<script type="text/javascript">
$(document).ready(function() {
$().introtzikas();
});
</script>
- (Optional) To fix chrome/safari issue change <body> html tag to:
<body style="visibility:hidden; background-color:white; background-image:none">
- (Optional) Settings
$().introtzikas({
line: 'white',
speedwidth: 2000,
speedheight: 1000,
bg: '#333',
lineheight: 2
});
- (Optional) Donate for more scripts
