/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'CA_World',
            className:'stage_CA_World_id',
            type:'image',
            tag:'div',
            rect:[0,0,278,44],
            fill:['rgba(0,0,0,0)','images/CA_World.png'],
            transform:[]
        },
        {
            id:'Text',
            className:'stage_Text_id',
            type:'text',
            tag:'div',
            rect:[70,11,700,0],
            text:"Visit Rego Consulting and our team of CA Clarity PPM experts",
            align:"center",
            font:["Trebuchet MS, Arial, Helvetica, sans-serif",23,"rgba(255,255,255,1)","normal","none","normal"],
            transform:[[-78.00001]]
        },
        {
            id:'Text4',
            className:'stage_Text4_id',
            type:'text',
            tag:'div',
            rect:[-198,4,0,0],
            opacity:1,
            text:"Visit us at booth #650",
            align:"center",
            font:["\'Trebuchet MS\', Arial, Helvetica, sans-serif",30,"rgba(0,0,0,1)","normal","none","normal"],
            transform:[[532.00001,3]]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_Text}": [
            ["transform", "translateX", '-78.00001px'],
            ["color", "color", 'rgba(0,0,0,1.00)'],
            ["style", "font-weight", 'normal'],
            ["style", "font-size", '23px'],
            ["style", "text-align", 'center'],
            ["style", "opacity", '0'],
            ["style", "font-family", '\'Trebuchet MS\', Arial, Helvetica, sans-serif'],
            ["transform", "translateY", '2'],
            ["style", "width", '700px']
         ],
         "${_CA_World}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '0px'],
            ["transform", "translateX", '210.99998px']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(255,255,255,0.00)'],
            ["style", "width", '700px'],
            ["style", "height", '50px'],
            ["style", "overflow", 'hidden']
         ],
         "${_Text4}": [
            ["transform", "translateX", '532.00001'],
            ["style", "font-weight", 'normal'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '3'],
            ["style", "font-size", '30px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 9000,
         labels: {

         },
         timeline: [
            { id: "eid250", tween: [ "transform", "${_Text4}", "translateY", '3', { fromValue: '3'}], position: 0, duration: 0 },
            { id: "eid248", tween: [ "transform", "${_Text}", "translateY", '2', { fromValue: '2'}], position: 0, duration: 0 },
            { id: "eid169", tween: [ "style", "${_CA_World}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid171", tween: [ "style", "${_CA_World}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 1500 },
            { id: "eid246", tween: [ "color", "${_stage}", "background-color", 'rgba(255,255,255,0.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,0.00)'}], position: 0, duration: 0 },
            { id: "eid231", tween: [ "transform", "${_CA_World}", "translateX", '4.99998px', { fromValue: '210.99998px'}], position: 4500, duration: 1375 },
            { id: "eid230", tween: [ "style", "${_Text4}", "opacity", '1', { fromValue: '0'}], position: 5875, duration: 1000 },
            { id: "eid244", tween: [ "style", "${_Text4}", "opacity", '1', { fromValue: '1'}], position: 9000, duration: 0 },
            { id: "eid166", tween: [ "style", "${_Text}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 1500 },
            { id: "eid168", tween: [ "style", "${_Text}", "opacity", '0', { fromValue: '1'}], position: 2918, duration: 81 },
            { id: "eid247", tween: [ "transform", "${_Text}", "translateX", '-78.00001px', { fromValue: '-78.00001px'}], position: 0, duration: 0 },
            { id: "eid251", tween: [ "transform", "${_Text4}", "translateX", '541.00001px', { fromValue: '532.00001px'}], position: 0, duration: 9000 }]
      }
   }
}};

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

