Scrolling page background...multiple images...working together

Something for Walter I think…

I have come up with a concept of one page structure which has scrolls down the page by links… but he background which is multiple images… i.e if you where walking up a street…

the idea cant use a background image as I see it

But is there a action in which they work together i.e a fade together as the page scroll down the page

Stu


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

One thing you could do is to apply your background image to a
foreground element, or a different background to an element for each
“page” of your “site”. You can’t fade the page background in and out,
but you can make foreground elements fade in and out with
Scriptaculous’ appear() and fade() functions.

These are wrapped in the Transition FX Action, so you could set
Transition FX on the same element that you click to move down the
page, but add a delay to it so the move happens, and then the image
fades in.

The tricky part will be getting the other elements to fade out. You
might try using the Observer Action (stacked on the same element) to
run a cleanup on either click or mousedown. First apply a classname to
all of your “background” elements, so you can attack them as a unit,
then add this to Observer, selecting the scriptaculous-packed library:

$$('div.yourClass').invoke('fade');

Walter

On Sep 7, 2011, at 5:17 AM, stuart wrote:

Something for Walter I think…

I have come up with a concept of one page structure which has
scrolls down the page by links… but he background which is
multiple images… i.e if you where walking up a street…

the idea cant use a background image as I see it

But is there a action in which they work together i.e a fade
together as the page scroll down the page

Stu


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks walter the idea is kind of http://www.360langstrasse.sf.tv/page/
sorry should provided it before

Was this the kind of thing in work for the above

Stu


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options