/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
        {
            id:'Image1',
            type:'image',
            rect:[0,0,464,76],
            fill:['rgba(0,0,0,0)','images/CM%2Dtitle%2Dedge%2Dw.jpg'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image1": [
            ["transform", "translateX", '19px'],
            ["transform", "scaleX", '0'],
            ["style", "opacity", '0.30588235294118'],
            ["transform", "translateY", '11px'],
            ["transform", "scaleY", '0']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(97,116,99,1)'],
            ["style", "width", '500px'],
            ["style", "height", '98px'],
            ["style", "overflow", 'auto']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2750,
         timeline: [
            { id: "eid4", tween: [ "transform", "#Image1", "translateX", '19px', { valueTemplate: undefined, fromValue: '19px'}], position: 500, duration: 0, easing: "swing" },
            { id: "eid14", tween: [ "style", "#Image1", "opacity", '1', { valueTemplate: undefined, fromValue: '0.30588235294118'}], position: 500, duration: 2250, easing: "swing" },
            { id: "eid12", tween: [ "transform", "#Image1", "scaleY", '1', { valueTemplate: undefined, fromValue: '0'}], position: 500, duration: 2250, easing: "swing" },
            { id: "eid3", tween: [ "transform", "#Image1", "translateY", '11px', { valueTemplate: undefined, fromValue: '11px'}], position: 500, duration: 0, easing: "swing" },
            { id: "eid11", tween: [ "transform", "#Image1", "scaleX", '1', { valueTemplate: undefined, fromValue: '0'}], position: 500, duration: 2250, easing: "swing" }]
      }
   },
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$(window).load(function() {
    $.Edge.play();
});

