/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var fonts = {
};
var symbols = {
"stage": {
   version: "0.1.4",
   baseState: "Base State",
   initialState: "Base State",
   gpuAccelerate: true,
   content: {
      dom: [
        {
            id:'index2',
            className:'stage_index2_id',
            type:'image',
            rect:[0,0,1430,670],
            fill:['rgba(0,0,0,0)','images/index2.gif']
        },
        {
            id:'doyle',
            type:'rect',
            rect:[319.20003,440.399969,0,0],
            opacity:1,
            transform:[[269.38736,31.63465],[0,0],[0],[0.87586,0.87586]]
        }],
      symbolInstances: [
      {
         id:'doyle',
         symbolName:'doyle'
      }
      ]
   },
   states: {
      "Base State": {
         "${_index2}": [
            ["style", "opacity", '0']
         ],
         "${_stage}": [
            ["style", "height", '1200px'],
            ["color", "background-color", 'rgba(90,106,85,1)'],
            ["style", "width", '1920px']
         ],
         "${_doyle}": [
            ["transform", "translateX", '-455.2126px'],
            ["transform", "scaleX", '0.87586'],
            ["style", "opacity", '1'],
            ["transform", "translateY", '31.63465px'],
            ["transform", "scaleY", '0.87586']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 750,
         autoPlay: true,
         labels: {

         },
         timeline: [
            { id: "eid21", tween: [ "transform", "${_doyle}", "translateX", '269.38736px', { fromValue: '-455.2126px'}], position: 250, duration: 500, easing: "easeOutBack" },
            { id: "eid3", tween: [ "style", "${_index2}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 250, easing: "easeInExpo" }         ]
      }
   }
},
"doyle": {
   version: "0.1.4",
   baseState: "Base State",
   initialState: "Base State",
   gpuAccelerate: true,
   content: {
   dom: [
   {
      rect: [0,0,550,157],
      className: 'symbolStage_doyle_guest_id',
      id: 'guest',
      transform: [[47.08954,9.00001]],
      type: 'image',
      fill: ['rgba(0,0,0,0)','images/guest.png']
   },
   {
      rect: [-319.20003,-440.399969,147,212],
      className: 'symbolStage_doyle_doyleomite_id',
      id: 'doyleomite',
      transform: [[306.71065,422.38258],[0.82938,0.82938]],
      type: 'image',
      fill: ['rgba(0,0,0,0)','images/doyleomite.png']
   }],
   symbolInstances: [
   ]
   },
   states: {
      "Base State": {
         "${_doyleomite}": [
            ["transform", "scaleX", '0.82938'],
            ["transform", "scaleY", '0.82938'],
            ["transform", "translateY", '422.38258px'],
            ["transform", "translateX", '306.71065px']
         ],
         "${_guest}": [
            ["style", "-webkit-transform-origin", [1,50],{valueTemplate:'@@0@@% @@1@@%'}],
            ["style", "-moz-transform-origin", [1,50],{valueTemplate:'@@0@@% @@1@@%'}],
            ["style", "-ms-transform-origin", [1,50],{valueTemplate:'@@0@@% @@1@@%'}],
            ["style", "msTransformOrigin", [1,50],{valueTemplate:'@@0@@% @@1@@%'}],
            ["style", "-o-transform-origin", [1,50],{valueTemplate:'@@0@@% @@1@@%'}],
            ["transform", "translateX", '47.08954px'],
            ["transform", "scaleX", '0.1'],
            ["transform", "translateY", '9.00001px'],
            ["transform", "scaleY", '1']
         ],
         "${symbolSelector}": [
            ["style", "height", '211px'],
            ["style", "width", '146px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1000,
         autoPlay: true,
         labels: {

         },
         timeline: [
            { id: "eid9", tween: [ "transform", "${_guest}", "scaleX", '1', { fromValue: '0.1'}], position: 750, duration: 250, easing: "easeOutBack" }         ]
      }
   }
}
};

Edge.registerCompositionDefn(compId, symbols, fonts);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     Edge.launchComposition(compId);
});
})(jQuery, AdobeEdge, "EDGE-56330406");

