/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
        {
            id:'ThisisBonobodotcom',
            type:'text',
            rect:[85,68,829,281],
            text:"This is Bonobo dot com.",
            align:"center",
            font:["Arial Black, Gadget, sans-serif",24,"rgba(0,0,0,1)","normal","none",""],
            transform:[[240.22222]],
        },
        {
            id:'BonoboLogo',
            type:'image',
            rect:[0,0,573,578],
            fill:['rgba(0,0,0,0)','images/Bonobo%2D573x578%2Dtransp.png'],
        },
        {
            id:'Theresmorethantheeyecansee',
            type:'text',
            rect:[699,296,271,320],
            text:"There’s more  than the eye  can see.",
            align:"right",
            font:["Courier New, Courier, monospace",24,"rgba(0,0,0,1)","bold","none","normal"],
        },
        {
            id:'Notforsale',
            type:'text',
            rect:[698,391,271,89],
            text:"This site is not for sale.",
            align:"right",
            font:["Courier New, Courier, monospace",24,"rgba(0,0,0,1)","bold","none","normal"],
        },
        {
            id:'Me',
            type:'text',
            rect:[698,562,281,151],
            text:"Thomas Rohde Wiesenkamp 12 29646 Bispingen   GERMANY     +49-5194-6741 tom@bonobo.com",
            align:"right",
            font:["Courier New, Courier, monospace",24,"rgba(0,0,0,1)","bold","none","normal"],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Notforsale": [
            ["transform", "translateX", '-29px'],
            ["color", "color", 'rgba(0,0,0,0.50)'],
            ["style", "opacity", '0'],
            ["style", "font-size", '18px'],
            ["style", "text-align", 'right'],
            ["style", "width", '296px'],
            ["style", "height", '22px'],
            ["style", "font-family", 'Courier New, Courier, monospace'],
            ["transform", "translateY", '34px'],
            ["style", "font-weight", 'bold']
         ],
         "#Me": [
            ["transform", "translateX", '89px'],
            ["color", "color", 'rgba(0,0,0,0.50)'],
            ["style", "opacity", '0'],
            ["style", "width", '167px'],
            ["style", "text-align", 'right'],
            ["style", "font-size", '0.1px'],
            ["style", "height", '138px'],
            ["style", "font-family", 'Courier New, Courier, monospace'],
            ["transform", "translateY", '-54px'],
            ["style", "font-weight", 'bold']
         ],
         "#BonoboLogo": [
            ["transform", "translateX", '203.47218px'],
            ["transform", "scaleX", '0.56999'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '175.00001px'],
            ["transform", "scaleY", '0.56999']
         ],
         "#ThisisBonobodotcom": [
            ["transform", "translateX", '240.22222px'],
            ["style", "text-align", 'center'],
            ["style", "height", '54px'],
            ["style", "opacity", '1'],
            ["transform", "translateY", '-139px'],
            ["style", "width", '329px']
         ],
         "#Theresmorethantheeyecansee": [
            ["transform", "translateX", '96px'],
            ["color", "color", 'rgba(0,0,0,0.50)'],
            ["style", "opacity", '0'],
            ["style", "font-size", '18px'],
            ["style", "text-align", 'right'],
            ["style", "width", '170px'],
            ["style", "height", '70px'],
            ["style", "font-family", 'Courier New, Courier, monospace'],
            ["transform", "translateY", '3px'],
            ["style", "font-weight", 'bold']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(255,205,136,1.00)'],
            ["style", "overflow", 'hidden'],
            ["style", "height", '768px'],
            ["style", "width", '1024px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 6500,
         timeline: [
            { id: "eid118", tween: [ "style", "#Theresmorethantheeyecansee", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 2500, duration: 1000, easing: "linear" },
            { id: "eid181", tween: [ "style", "#stage", "width", '1024px', { valueTemplate: undefined, fromValue: '1024px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid176", tween: [ "style", "#stage", "height", '768px', { valueTemplate: undefined, fromValue: '768px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid40", tween: [ "transform", "#ThisisBonobodotcom", "translateY", '193.44441px', { valueTemplate: undefined, fromValue: '-139px'}], position: 0, duration: 2000, easing: "linear" },
            { id: "eid117", tween: [ "style", "#Me", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 4500, duration: 2000, easing: "linear" },
            { id: "eid77", tween: [ "style", "#BonoboLogo", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 500, duration: 1500, easing: "easeInCubic" },
            { id: "eid160", tween: [ "style", "#Me", "font-size", '18px', { valueTemplate: undefined, fromValue: '0.1px'}], position: 4500, duration: 2000, easing: "linear" },
            { id: "eid116", tween: [ "style", "#Notforsale", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 3500, duration: 1000, easing: "linear" }]
      }
   },
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$(window).load(function() {
    $.Edge.play();
});

