/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'marlin2',
            className:'stage_marlin2_id',
            type:'image',
            tag:'img',
            rect:[0,0,580,400],
            fill:['rgba(0,0,0,0)','images/marlin2.jpg']
        },
        {
            id:'marlinpict2',
            className:'stage_marlinpict2_id',
            type:'image',
            tag:'img',
            rect:[0,0,580,400],
            fill:['rgba(0,0,0,0)','images/marlinpict2.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_marlin2}": [
            ["style", "height", '317px'],
            ["style", "opacity", '1'],
            ["style", "width", '460px']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "height", '317px'],
            ["style", "width", '460px']
         ],
         "${_marlinpict2}": [
            ["style", "height", '317px'],
            ["style", "opacity", '0'],
            ["style", "width", '450px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 5290,
         labels: {

         },
         timeline: [
            { id: "eid63", tween: [ "style", "${_marlinpict2}", "width", '460px', { fromValue: '450px'}], position: 0, duration: 0 },
            { id: "eid72", tween: [ "style", "${_marlin2}", "width", '460px', { fromValue: '460px'}], position: 0, duration: 0 },
            { id: "eid61", tween: [ "style", "${_marlinpict2}", "opacity", '1', { fromValue: '0'}], position: 1000, duration: 4000 },
            { id: "eid74", tween: [ "style", "${_stage}", "height", '317px', { fromValue: '317px'}], position: 0, duration: 0 },
            { id: "eid65", tween: [ "style", "${_marlin2}", "opacity", '0.9932146072387695', { fromValue: '1'}], position: 0, duration: 1835 },
            { id: "eid67", tween: [ "style", "${_marlin2}", "opacity", '0', { fromValue: '1'}], position: 1835, duration: 3455 },
            { id: "eid73", tween: [ "style", "${_stage}", "width", '460px', { fromValue: '460px'}], position: 0, duration: 0 },
            { id: "eid71", tween: [ "style", "${_marlin2}", "height", '317px', { fromValue: '317px'}], position: 0, 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-154474023");

