/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'auge_300107',
            className:'stage_auge_300107_id',
            type:'image',
            tag:'div',
            rect:[0,0,220,114],
            fill:['rgba(0,0,0,0)','images/auge_300107.jpg']
        },
        {
            id:'kraft_logo_2010',
            className:'stage_kraft_logo_2010_id',
            type:'image',
            tag:'div',
            rect:[0,0,110,46],
            fill:['rgba(0,0,0,0)','images/kraft_logo_2010.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_kraft_logo_2010}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '34px'],
            ["transform", "translateX", '53px']
         ],
         "${_stage}": [
            ["style", "height", '125px'],
            ["style", "width", '300px']
         ],
         "${_auge_300107}": [
            ["style", "opacity", '1'],
            ["transform", "translateX", '0'],
            ["transform", "translateY", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 8000,
         labels: {

         },
         timeline: [
            { id: "eid28", tween: [ "style", "${_auge_300107}", "opacity", '0', { fromValue: '1'}], position: 0, duration: 8000 },
            { id: "eid9", tween: [ "transform", "${_kraft_logo_2010}", "translateY", '34px', { fromValue: '34px'}], position: 0, duration: 0 },
            { id: "eid20", tween: [ "transform", "${_kraft_logo_2010}", "translateY", '34px', { fromValue: '34px'}], position: 8000, duration: 0 },
            { id: "eid23", tween: [ "transform", "${_auge_300107}", "translateY", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid26", tween: [ "transform", "${_auge_300107}", "translateY", '0', { fromValue: '0'}], position: 8000, duration: 0 },
            { id: "eid5", tween: [ "style", "${_stage}", "width", '300px', { fromValue: '300px'}], position: 0, duration: 0 },
            { id: "eid22", tween: [ "transform", "${_auge_300107}", "translateX", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid25", tween: [ "transform", "${_auge_300107}", "translateX", '0', { fromValue: '0'}], position: 8000, duration: 0 },
            { id: "eid13", tween: [ "style", "${_kraft_logo_2010}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 8000 },
            { id: "eid6", tween: [ "style", "${_stage}", "height", '125px', { fromValue: '125px'}], position: 0, duration: 0 },
            { id: "eid21", tween: [ "transform", "${_kraft_logo_2010}", "translateX", '185px', { fromValue: '53px'}], position: 0, duration: 8000 }]
      }
   }
}};

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-1650854");

