/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'vm-conference',
            type:'image',
            tag:'div',
            rect:[0,0,120,120],
            fill:['rgba(0,0,0,0)','images/vm-conference.jpg']
        },
        {
            id:'Rectangle',
            type:'rect',
            tag:'div',
            rect:[-21,113,201,62],
            fill:['rgba(192,192,192,1)'],
            stroke:[0,"rgba(0,0,0,1)","none"]
        },
        {
            id:'Rectangle2',
            type:'rect',
            tag:'div',
            rect:[-34,143,142,0],
            fill:['rgba(0,0,0,1)'],
            stroke:[0,"rgb(0, 0, 0)","none"]
        },
        {
            id:'Rectangle2Copy',
            className:'Rectangle2Copy_id',
            type:'rect',
            tag:'div',
            rect:[-34,143,142,0],
            fill:['rgba(0,0,0,1)'],
            stroke:[0,"rgb(0, 0, 0)","none"]
        },
        {
            id:'Rectangle2Copy1',
            className:'Rectangle2Copy_id',
            type:'rect',
            tag:'div',
            rect:[-34,143,142,0],
            fill:['rgba(0,0,0,1)'],
            stroke:[0,"rgb(0, 0, 0)","none"]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_Rectangle2}": [
            ["style", "height", '1px'],
            ["transform", "translateY", '-14px'],
            ["transform", "translateX", '43px'],
            ["color", "background-color", 'rgba(195,195,195,1.00)']
         ],
         "${_Rectangle2Copy1}": [
            ["color", "background-color", 'rgba(195,195,195,1)'],
            ["transform", "translateX", '84px'],
            ["style", "height", '1px'],
            ["transform", "translateY", '-1px'],
            ["style", "width", '61px']
         ],
         "${_vm-conference}": [
            ["transform", "translateX", '20px'],
            ["transform", "translateY", '48px'],
            ["transform", "rotateZ", '0deg']
         ],
         "${_Rectangle}": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["transform", "translateX", '0px'],
            ["transform", "translateY", '16px']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(0,0,0,1)'],
            ["style", "height", '160px'],
            ["style", "width", '160px']
         ],
         "${_Rectangle2Copy}": [
            ["color", "background-color", 'rgba(195,195,195,1)'],
            ["transform", "translateX", '59px'],
            ["style", "height", '1px'],
            ["transform", "translateY", '-8px'],
            ["style", "width", '108px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1500,
         labels: {

         },
         timeline: [
            { id: "eid42", tween: [ "transform", "${_vm-conference}", "rotateZ", '-7deg', { fromValue: '0deg'}], position: 0, duration: 500 },
            { id: "eid43", tween: [ "transform", "${_vm-conference}", "rotateZ", '7deg', { fromValue: '-7deg'}], position: 500, duration: 500 },
            { id: "eid44", tween: [ "transform", "${_vm-conference}", "rotateZ", '0deg', { fromValue: '7deg'}], position: 1000, duration: 500 },
            { id: "eid33", tween: [ "transform", "${_Rectangle2Copy}", "translateY", '-8px', { fromValue: '-8px'}], position: 0, duration: 0 },
            { id: "eid7", tween: [ "style", "${_Rectangle2}", "height", '1px', { fromValue: '1px'}], position: 0, duration: 0 },
            { id: "eid25", tween: [ "transform", "${_Rectangle2Copy}", "translateX", '59px', { fromValue: '59px'}], position: 0, duration: 0 },
            { id: "eid36", tween: [ "transform", "${_Rectangle2Copy1}", "translateX", '84px', { fromValue: '84px'}], position: 0, duration: 0 },
            { id: "eid39", tween: [ "transform", "${_vm-conference}", "translateY", '35px', { fromValue: '48px'}], position: 0, duration: 500 },
            { id: "eid45", tween: [ "transform", "${_vm-conference}", "translateY", '50px', { fromValue: '35px'}], position: 500, duration: 1000 },
            { id: "eid3", tween: [ "color", "${_Rectangle}", "background-color", 'rgba(0,0,0,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(0,0,0,1.00)'}], position: 0, duration: 0 },
            { id: "eid22", tween: [ "style", "${_Rectangle2Copy}", "width", '108px', { fromValue: '108px'}], position: 0, duration: 0 },
            { id: "eid1", tween: [ "transform", "${_vm-conference}", "translateX", '20px', { fromValue: '20px'}], position: 0, duration: 0 },
            { id: "eid16", tween: [ "transform", "${_Rectangle}", "translateY", '16px', { fromValue: '16px'}], position: 0, duration: 0 },
            { id: "eid35", tween: [ "style", "${_Rectangle2Copy1}", "width", '61px', { fromValue: '61px'}], position: 0, duration: 0 },
            { id: "eid15", tween: [ "transform", "${_Rectangle}", "translateX", '0px', { fromValue: '0px'}], position: 0, duration: 0 },
            { id: "eid11", tween: [ "transform", "${_Rectangle2}", "translateX", '43px', { fromValue: '43px'}], position: 0, duration: 0 },
            { id: "eid19", tween: [ "transform", "${_Rectangle2}", "translateY", '-14px', { fromValue: '-14px'}], position: 0, duration: 0 },
            { id: "eid38", tween: [ "transform", "${_Rectangle2Copy1}", "translateY", '-1px', { fromValue: '-1px'}], position: 0, duration: 0 },
            { id: "eid8", tween: [ "color", "${_Rectangle2}", "background-color", 'rgba(195,195,195,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(195,195,195,1.00)'}], 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-6980606");

