Skip to content

fillefrans/vgmobil.bama

Repository files navigation

###VG Mobil / Bama

Parallax scrolling "journey" by swiping horizontally, presenting local Norwegian produce

####Uses

jQuery

####Description Create a parallax-scrolling setup that can be reused by editing "scenes" along the way. Add logic for triggering events as each scene becomes visible. Trigger a preload-event on scenes that are about to become visible, if there's time for that.

There should be a single event handler controlling the event triggering, so all the tracking code can be added there.

####Documentation Read the code and the comments.

####Mirroring/publishing working folder to remote server (i.e. richmedia.vg.no) with RSync

####Git tools

####Snippets

CSS inheritance from class to id

div.someBaseDiv,
#someInheritedDiv
{
    margin-top:3px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
} 

This will tell your #someInheritedDiv to apply the same styles as div.someBaseDiv has. Then you extend this set of styles with more specific to your #someInheritedDiv:

#someInheritedDiv
{
    background-image:url("images/worldsource/customBackground.gif");
    background-repeat:no-repeat;
    width:950px;
    height:572px;
}

###Storyboard

####STORYBOARD

INTRO Intro STATION 1 Station #1 STATION 2 Station #2 STATION 3 Station #3 STATION 4 Station #4 STATION 5 Station #5 STATION 6 Station #6

About

Bama parallax swiping ad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published