/**
 * 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,340,438],
            fill:['rgba(0,0,0,0)','images/artajona_do.png'],
        },
        {
            id:'Image2',
            type:'image',
            rect:[0,0,340,438],
            fill:['rgba(0,0,0,0)','images/belate.png'],
        },
        {
            id:'Image4',
            type:'image',
            rect:[0,0,340,438],
            fill:['rgba(0,0,0,0)','images/img_artajona_crianza.png'],
        },
        {
            id:'Image5',
            type:'image',
            rect:[0,0,340,438],
            fill:['rgba(0,0,0,0)','images/elcerco.png'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image1": [
            ["style", "opacity", '1'],
            ["transform", "translateY", '0px'],
            ["transform", "translateX", '0px']
         ],
         "#Image5": [
            ["style", "opacity", '0']
         ],
         "#Image2": [
            ["style", "opacity", '0']
         ],
         "#stage": [
            ["color", "background-color", 'transparent'],
            ["style", "overflow", 'hidden'],
            ["style", "height", '438px'],
            ["style", "width", '340px']
         ],
         "#Image4": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '0.71521px'],
            ["transform", "translateX", '0.69315px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 24000,
         timeline: [
            { id: "eid83", tween: [ "style", "#Image2", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 3000, duration: 3000, easing: "swing" },
            { id: "eid91", tween: [ "style", "#Image2", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 9000, duration: 3000, easing: "swing" },
            { id: "eid87", tween: [ "style", "#Image1", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 3000, duration: 3000, easing: "swing" },
            { id: "eid110", tween: [ "style", "#Image1", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 21000, duration: 3000, easing: "swing" },
            { id: "eid104", tween: [ "style", "#Image5", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 15000, duration: 3000, easing: "swing" },
            { id: "eid107", tween: [ "style", "#Image5", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 21000, duration: 3000, easing: "swing" },
            { id: "eid98", tween: [ "style", "#Image4", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 9000, duration: 3000, easing: "swing" },
            { id: "eid102", tween: [ "style", "#Image4", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 15000, duration: 3000, easing: "swing" }]
      }
   },
}};

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

