/**
 * 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,305,80],
            fill:['rgba(0,0,0,0)','images/tvaers01.png'],
        },
        {
            id:'Image2',
            type:'image',
            rect:[0,0,80,80],
            fill:['rgba(0,0,0,0)','images/tvaers03.png'],
        },
        {
            id:'Image3',
            type:'image',
            rect:[0,0,80,80],
            fill:['rgba(0,0,0,0)','images/tvaers02.png'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image1": [
            ["transform", "translateX", '106px'],
            ["transform", "translateY", '0']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(255,255,255,1.00)'],
            ["style", "width", '80px'],
            ["style", "height", '80px'],
            ["style", "overflow", 'hidden']
         ],
         "#Image2": [
            ["style", "opacity", '0']
         ],
         "#Image3": [
            ["transform", "scaleX", '0'],
            ["transform", "scaleY", '0'],
            ["transform", "translateY", '0'],
            ["transform", "translateX", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 4010,
         timeline: [
            { id: "eid12", tween: [ "style", "#Image2", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1000, duration: 1000, easing: "linear" },
            { id: "eid2", tween: [ "style", "#stage", "height", '80px', { valueTemplate: undefined, fromValue: '80px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid8", tween: [ "transform", "#Image1", "translateX", '-306px', { valueTemplate: undefined, fromValue: '106px'}], position: 0, duration: 1500, easing: "linear" },
            { id: "eid1", tween: [ "style", "#stage", "width", '80px', { valueTemplate: undefined, fromValue: '80px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid4", tween: [ "color", "#stage", "background-color", 'rgba(255,255,255,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,1.00)'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid20", tween: [ "transform", "#Image3", "scaleX", '1', { valueTemplate: undefined, fromValue: '0'}], position: 4000, duration: 10, easing: "linear" },
            { id: "eid5", tween: [ "transform", "#Image1", "translateY", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid22", tween: [ "transform", "#Image3", "scaleY", '1', { valueTemplate: undefined, fromValue: '0'}], position: 4000, duration: 10, easing: "linear" }]
      }
   },
}};

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

