/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'_20122',
            type:'image',
            tag:'div',
            rect:[0,0,1200,1602],
            fill:['rgba(0,0,0,0)','images/20122.png']
        },
        {
            id:'hrzn',
            className:'stage_hrzn_id',
            type:'image',
            tag:'div',
            rect:[0,0,200,200],
            fill:['rgba(0,0,0,0)','images/hrzn.png']
        },
        {
            id:'Text',
            className:'stage_Text_id',
            type:'text',
            tag:'div',
            rect:[68,180,0,0],
            text:"Digital Promotional Website Developer Company.",
            font:["Verdana, Geneva, sans-serif",24,"rgba(0,0,0,1)","normal","none",""]
        },
        {
            id:'TextCopy',
            className:'TextCopy_id',
            type:'text',
            tag:'div',
            rect:[68,180,0,0],
            text:"#305 Mita Parkside Tower",
            font:["Verdana, Geneva, sans-serif",24,"rgba(0,0,0,1)","normal","none",""]
        },
        {
            id:'TextCopy1',
            className:'TextCopy_id',
            type:'text',
            tag:'div',
            rect:[68,180,0,0],
            text:"1-3-24 MITA Minato-ku,",
            font:["Verdana, Geneva, sans-serif",24,"rgba(0,0,0,1)","normal","none",""]
        },
        {
            id:'TextCopy2',
            className:'TextCopy_id',
            type:'text',
            tag:'div',
            rect:[68,180,0,0],
            text:"TOKYO, JPN",
            font:["Verdana, Geneva, sans-serif",24,"rgba(0,0,0,1)","normal","none",""]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_Text}": [
            ["transform", "translateX", '2.05468px'],
            ["color", "color", 'rgba(255,255,255,1.00)'],
            ["style", "font-family", 'Verdana, Geneva, sans-serif'],
            ["transform", "translateY", '-39px'],
            ["style", "font-size", '12px']
         ],
         "${_TextCopy2}": [
            ["transform", "translateX", '2.05468px'],
            ["color", "color", 'rgba(255,255,255,1)'],
            ["style", "font-family", 'Verdana, Geneva, sans-serif'],
            ["transform", "translateY", '30px'],
            ["style", "font-size", '12px']
         ],
         "${_TextCopy}": [
            ["transform", "translateX", '2.05468px'],
            ["color", "color", 'rgba(255,255,255,1)'],
            ["style", "font-family", 'Verdana, Geneva, sans-serif'],
            ["transform", "translateY", '0px'],
            ["style", "font-size", '12px']
         ],
         "${__20122}": [
            ["style", "height", '2242px'],
            ["style", "width", '1680px']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "height", '780px'],
            ["style", "width", '1680px']
         ],
         "${_TextCopy1}": [
            ["transform", "translateX", '2.05468px'],
            ["color", "color", 'rgba(255,255,255,1)'],
            ["style", "font-family", 'Verdana, Geneva, sans-serif'],
            ["transform", "translateY", '15px'],
            ["style", "font-size", '12px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 10000,
         labels: {

         },
         timeline: [
            { id: "eid30", tween: [ "style", "${__20122}", "width", '1680px', { fromValue: '1680px'}], position: 0, duration: 0 },
            { id: "eid1", tween: [ "style", "${_stage}", "width", '1680px', { fromValue: '1680px'}], position: 0, duration: 0 },
            { id: "eid3", 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: "eid29", tween: [ "style", "${__20122}", "height", '2242px', { fromValue: '2242px'}], 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-125197629");

