/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1.2",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
        {
            id:'fontboxtop00152',
            type:'image',
            tag:'div',
            rect:[0,0,900,660],
            fill:['rgba(0,0,0,0)','images/fontboxtop00152.png']
        },
        {
            id:'Text',
            type:'image',
            tag:'div',
            rect:[0,0,800,400],
            fill:['rgba(0,0,0,0)','images/Text.png']
        }      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Text": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '197px'],
            ["transform", "translateX", '50px']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(214,50,40,1)'],
            ["style", "width", '900px'],
            ["style", "height", '660px'],
            ["style", "overflow", 'auto']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1245,
         timeline: [
            { id: "eid7", tween: [ "style", "#Text", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 1245, easing: "linear" },
            { id: "eid5", tween: [ "transform", "#Text", "translateY", '149px', { valueTemplate: undefined, fromValue: '197px'}], position: 0, duration: 1245, easing: "linear" },
            { id: "eid1", tween: [ "transform", "#Text", "translateX", '50px', { valueTemplate: undefined, fromValue: '50px'}], position: 0, duration: 0, easing: "linear" }]
      }
   }
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$.Edge.ready(function() {
    $.Edge.play();
});

