A piece of amazing code ..

Source: Internet
Author: User

By accident, I saw such a piece of code in my blog, saying that I just need to copy and paste it into the address bar.

Open a website with images and replace the address bar of IE with the following code. You will see the amazing effect: javascript: r = 0; X1 =. 1; Y1 =. 05; x2 =. 25; y2 =. 24; X3 = 1.6; Y3 =. 24; X4 = 300; Y4 = 200; X5 = 300; Y5 = 200; DI = document. images; Dil = di. length; function a () {for (I = 0; I-Dil; I ++) {Dis = di [I]. style; DIS. position = 'absolute '; DIS. left = math. sin (R * X1 + I * X2 + X3) * X4 + X5; DIS. top = math. cos (R * Y1 + I * y2 + Y3) * Y4 + Y5} r ++} setinterval ('a () ', 5); void (0 );

For your convenience, I sorted out: // JavaScript document
R = 0;
X1 =. 1;
Y1 =. 05;
X2 =. 25;
Y2 =. 24;
X3 = 1.6;
Y3 =. 24;
X4 = 300;
Y4 = 200;
X5 = 300;
Y5 = 200;

DI = Document. images;
Dil = Di. length;
Function ()
{
For (I = 0; I-Dil; I ++)
{
Dis = di [I]. style;
Dis. Position = 'absolute ';
Dis. Left = math. Sin (R * X1 + I * X2 + X3) * X4 + X5;
Dis. Top = math. Cos (R * Y1 + I * y2 + Y3) * Y4 + Y5
}
R ++
}
Setinterval ('a () ', 5 );
Void (0 );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.