earth quake effect |
earth quake effect |
![]()
Post
#1
|
|
![]() chopstix-ninja ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 325 Joined: Jan 2004 Member No: 206 ![]() |
anyone know how?
where the window shakes for a short period of time |
|
|
![]() |
![]()
Post
#2
|
|
![]() wanderlust personified. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 7,515 Joined: Jan 2004 Member No: 797 ![]() |
QUOTE(chopstix-ninja @ 01-18-2004, 06:10 PM) anyone know how? where the window shakes for a short period of time hmmm, i'm not sure if this will work on xanga, but go ahead and try... however, this effect is extremely annoying. Try it in your custom header: CODE <!-- begin code provided by createblog.com -->
<script language="JavaScript"> // Browser Earthquake script function shake(n) { if (self.moveBy) { for (i = 15; i > 0; i--) { for (j = n; j > 0; j--) { self.moveBy(0,i); self.moveBy(i,0); self.moveBy(0,-i); self.moveBy(-i,0); }}}} </script> <!-- This will create a button when clicked, will cause the browser to shake for a few seconds --> <form><input type="button" value="Earthquake!" onClick="shake(15)"></form> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |