jquery animate browser window
Posted
by duckofrubber
on Stack Overflow
See other posts from Stack Overflow
or by duckofrubber
Published on 2010-03-12T23:48:43Z
Indexed on
2010/03/13
1:47 UTC
Read the original article
Hit count: 425
Hi,
Is there a way to animate a browser window using jquery. Right now I'm essentially using this:
$(window).animate({
left: '+=50'
}, 5000});
The reason why it isn't working is probably obvious, although not for me. I eventually need to loop an animate effect so that the browser will move back and forth dynamically.
Thanks.
© Stack Overflow or respective owner