Earthquake Effect Javascript is a fun script that shakes the browser windows for a few seconds.
Features
a) Earthquake Effect is a fun javascript to grab visitor's attention.
b) Click on the "Earthquake" button to experience the script effect.
c) You may also use this script, at the time when user opens a website/webpage.
<!-- Script by hscripts.com -->
<script language=javascript>
<!--
function quake()
{
for (var i=0;i<=15;i++)
{
shake(i);
}
for (var i=15;i>=0;i--)
{
shake(i);
}
}
function shake(i)
{
window.moveBy(0,i);
window.moveBy(i,0);
window.moveBy(0,-i);
window.moveBy(-i,0);
}
function ctck()
{
var sds = document.getElementById("dum");
if(sds == null){
alert("You are using a free package.\n You are not allowed to remove the tag.\n");
}
var sdss = document.getElementById("dumdiv");
if(sdss == null){
alert("You are using a free package.\n You are not allowed to remove the tag.\n");
}
}
document.onload ="ctck()";
-->
</script>
<!-- Script by hscripts.com -->
For customization of this script or any script development, contact us at support@hscripts.com
Usage
Here we have explained with steps format
a) Copy the javascript code into your file.
b) Earthquake on webpage script use Shake() function, to shake the webpage.
c) If you click on the button, webpage will shake for a few seconds.
License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.