/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'WD-35def2',
            className:'stage_WD-35def2_id',
            type:'image',
            tag:'div',
            rect:[-80,40,319,480],
            fill:['rgba(0,0,0,0)','images/WD-35def2.jpg']
        },
        {
            id:'timbro2',
            className:'stage_timbro2_id',
            type:'image',
            tag:'div',
            rect:[-50,0,500,437],
            fill:['rgba(0,0,0,0)','images/timbro2.png']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_timbro2}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '38px'],
            ["transform", "translateX", '100px']
         ],
         "${_WD-35def2}": [
            ["transform", "originX", '50%'],
            ["transform", "translateX", '222px'],
            ["style", "opacity", '0'],
            ["transform", "originY", '50%'],
            ["transform", "translateY", '0']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "height", '550px'],
            ["transform", "translateX", '-1px'],
            ["style", "width", '800px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 6005,
         labels: {

         },
         timeline: [
            { id: "eid5", tween: [ "style", "${_stage}", "width", '800px', { fromValue: '800px'}], position: 0, duration: 0 },
            { id: "eid73", tween: [ "transform", "${_WD-35def2}", "translateY", '0', { fromValue: '0'}], position: 6000, duration: 0 },
            { id: "eid67", tween: [ "transform", "${_WD-35def2}", "originY", '50%', { fromValue: '50%'}], position: 3000, duration: 0 },
            { id: "eid95", tween: [ "transform", "${_stage}", "translateX", '0px', { fromValue: '-1px'}], position: 0, duration: 0 },
            { id: "eid102", tween: [ "style", "${_timbro2}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 3000 },
            { id: "eid100", tween: [ "style", "${_timbro2}", "opacity", '0', { fromValue: '1'}], position: 3000, duration: 3005 },
            { id: "eid6", tween: [ "style", "${_stage}", "height", '550px', { fromValue: '550px'}], position: 0, duration: 0 },
            { id: "eid71", tween: [ "style", "${_WD-35def2}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 3000 },
            { id: "eid64", tween: [ "color", "${_stage}", "background-color", 'rgba(0,0,0,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(0,0,0,1.00)'}], position: 0, duration: 0 },
            { id: "eid66", tween: [ "transform", "${_WD-35def2}", "originX", '50%', { fromValue: '50%'}], position: 3000, duration: 0 }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-16766315");

