/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'top2',
            type:'image',
            tag:'div',
            rect:[0,0,464,450],
            fill:['rgba(0,0,0,0)','images/top2.jpg']
        },
        {
            id:'name464',
            type:'image',
            tag:'div',
            rect:[0,0,464,73],
            fill:['rgba(0,0,0,0)','images/name464.png']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_name464}": [
            ["style", "opacity", '0']
         ],
         "${_top2}": [
            ["transform", "translateY", '80px'],
            ["style", "opacity", '0']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(0,0,0,1)'],
            ["style", "width", '464px'],
            ["style", "height", '550px'],
            ["style", "overflow", 'hidden']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2500,
         labels: {

         },
         timeline: [
            { id: "eid9", tween: [ "style", "${_name464}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 1500 },
            { id: "eid13", tween: [ "style", "${_top2}", "opacity", '1', { fromValue: '0'}], position: 1000, duration: 1500 },
            { id: "eid1", tween: [ "style", "${_stage}", "height", '550px', { fromValue: '550px'}], position: 0, duration: 0 },
            { id: "eid4", tween: [ "transform", "${_top2}", "translateY", '80px', { fromValue: '80px'}], 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-18231973");

