The document contains 3 sections of JavaScript code. The code positions all images on the page using absolute positioning, calculating new left and top values for each image using trigonometric functions, constants, and incrementing values for rotation (R) and iteration (i). The images are repositioned at intervals of 50 milliseconds in sections 1 and 2, and 5 milliseconds in section 3, to cause the images to wiggle or dance around the page.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views1 page
Google Tricks
The document contains 3 sections of JavaScript code. The code positions all images on the page using absolute positioning, calculating new left and top values for each image using trigonometric functions, constants, and incrementing values for rotation (R) and iteration (i). The images are repositioned at intervals of 50 milliseconds in sections 1 and 2, and 5 milliseconds in section 3, to cause the images to wiggle or dance around the page.