| About This Script |
Fly + Parallax scrolling effect
-Inspired by Eric Stone's Fly background effect at:
http://ericjamesstone.com/blog/archives/000062.html
Issues:
1. Browser Caching...
Developers tend to turn off their browser caching... this condition can result
in pounding the server for graphics each time modifications to an image object
(yes backgrounds too) are made... ie every 50 milliseconds another GET for
"graph1.gif" shows up in the access log on the server. Check for this before
you burn up your bandwidth or upset your sys admins! Suggestions for resolutions
to this problem are welcome (please don't suggest pre-caching unless you can
demonstrate that your method actually works with browser caching turned off)
2. Nested Form...
Cant use the start/stop button in this example within a preexisting form context
unless you first remove the built in form
Author: Thomas Ballard
Contact: thomas2003*esqsoft^com (antibot: *=@, ^=.c)
© 2003 E.S.Q. Software
Find more at http://ESQSoft.com
|
[Mar 18, 2010] - JavaScript Example - Fly + Parallax Scrolling ...for more, visit also:
Web Graphics, Web Building Tools and Resources Web Design, Web Hosting, Website Tools and Games The inspiration for this example and a great illustration of DHTML/CSS usage More great DHTML/CSS scriptlets and examples More from the author Notes about this script |