jquery Programming Glossary: timeout_loop
jQuery plugin to make an element orbit another? [closed] http://stackoverflow.com/questions/7454667/jquery-plugin-to-make-an-element-orbit-another Math.PI niters var delay settings.period niters if settings.clockwise delta delta niters settings.orbits create the timeout_loop function to do the work var timeout_loop function s r theta delta iter niters delay settings setTimeout function Calculate.. niters if settings.clockwise delta delta niters settings.orbits create the timeout_loop function to do the work var timeout_loop function s r theta delta iter niters delay settings setTimeout function Calculate the new position for the orbiting element.. CSS properties top and left to move the object to its new position p.css top y p.height 2 left x p.width 2 Call the timeout_loop function if we have not yet done all the iterations if iter niters 1 timeout_loop s r theta delta iter 1 niters delay settings..
|