Config Options

{
url : 'http://www.fabionolasco.com/',
loading_text : "Loading...",
ownsite_width : "70%",
ownsite_container : ".all",
reference_width : "30%",
css : {
"position" : "fixed",
"height" : "100%",
"background-color" : "#fff",
"border-left" : "1px solid #000",
"top" : "0px",
"z-index" : "1",
"left" : "100%"
},
loadingcss : {
"position" : "fixed",
"height" : "100%",
"background-color" : "#999",
"border-left" : "1px solid #000",
"top" : "0px",
"left" : "100%", "line-height" : "100px",
"font-size" : "2em",
"font-weight" : "bold",
"color" : "#fff",
"text-align" : "center",
"z-index" : "2",
"margin-left" : "0%"
},
animation : {
"-webkit-transition" : "all 150ms ease",
"-moz-transition" : "all 150ms ease",
"-o-transition" : "all 150ms ease",
"-ms-transition" : "all 150ms ease",
"transition" : "all 150ms ease"
}