/**
 * 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,598,126],
            fill:['rgba(0,0,0,0)','show/hoofd/p_0001.jpg'],
        },
        {
            id:'Image2',
            type:'image',
            rect:[0,0,598,126],
            fill:['rgba(0,0,0,0)','show/hoofd/p_0002.jpg'],
        },
        {
            id:'Image3',
            type:'image',
            rect:[0,0,598,126],
            fill:['rgba(0,0,0,0)','show/hoofd/p_0003.jpg'],
        },
        {
            id:'Image4',
            type:'image',
            rect:[0,0,598,126],
            fill:['rgba(0,0,0,0)','show/hoofd/p_0004.jpg'],
        },
        {
            id:'Image5',
            type:'image',
            rect:[0,0,598,126],
            fill:['rgba(0,0,0,0)','show/hoofd/p_0005.jpg'],
        },
        {
            id:'Image6',
            type:'image',
            rect:[0,0,598,126],
            fill:['rgba(0,0,0,0)','show/hoofd//p_0006.jpg'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image1": [
            ["style", "opacity", '1']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(255,215,29,1)'],
            ["style", "height", '126px'],
            ["style", "width", '598px']
         ],
         "#Image2": [
            ["style", "opacity", '0']
         ],
         "#Image3": [
            ["style", "opacity", '0']
         ],
         "#Image6": [
            ["style", "opacity", '0']
         ],
         "#Image5": [
            ["style", "opacity", '0']
         ],
         "#Image4": [
            ["style", "opacity", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 18000,
         timeline: [
            { id: "eid7", tween: [ "style", "#Image2", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid17", tween: [ "style", "#Image2", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 2000, duration: 1000, easing: "linear" },
            { id: "eid22", tween: [ "style", "#Image2", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 5000, duration: 1000, easing: "linear" },
            { id: "eid1", tween: [ "style", "#Image1", "opacity", '1', { valueTemplate: undefined, fromValue: '1'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid14", tween: [ "style", "#Image1", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 2000, duration: 1000, easing: "linear" },
            { id: "eid48", tween: [ "style", "#Image1", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 17000, duration: 1000, easing: "linear" },
            { id: "eid11", tween: [ "style", "#Image6", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid41", tween: [ "style", "#Image6", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 14000, duration: 1000, easing: "linear" },
            { id: "eid47", tween: [ "style", "#Image6", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 17000, duration: 1000, easing: "linear" },
            { id: "eid10", tween: [ "style", "#Image5", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid35", tween: [ "style", "#Image5", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 11000, duration: 1000, easing: "linear" },
            { id: "eid40", tween: [ "style", "#Image5", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 14000, duration: 1000, easing: "linear" },
            { id: "eid9", tween: [ "style", "#Image4", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid29", tween: [ "style", "#Image4", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 8000, duration: 1000, easing: "linear" },
            { id: "eid34", tween: [ "style", "#Image4", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 11000, duration: 1000, easing: "linear" },
            { id: "eid8", tween: [ "style", "#Image3", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid23", tween: [ "style", "#Image3", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 5000, duration: 1000, easing: "linear" },
            { id: "eid28", tween: [ "style", "#Image3", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 8000, duration: 1000, easing: "linear" }]
      }
   },
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$(window).load(function() {
    $.Edge.play();
});

