###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
- using rsync with ssh keys via authorized_keys
- Rsync command restriction over SSH
- Better than Time Machine: backup your Mac 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 STATION 1 STATION 2 STATION 3 STATION 4 STATION 5 STATION 6