Last active
December 10, 2015 20:58
-
-
Save wolmhp/4491712 to your computer and use it in GitHub Desktop.
Revisions
-
wolmhp renamed this gist
Jan 9, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
wolmhp renamed this gist
Jan 9, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
wolmhp created this gist
Jan 9, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ (function(){ setTimeout(function(){ if (iLeft < 900) { domEl.style['left'] = iLeft + 'px'; iLeft += iDelta; iDelta = iDelta * 1; setTimeout(arguments.callee, 25); } else { domEl.style['left'] = '900px'; } }, 25) })();