/**
 * 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,460,250],
            fill:['rgba(0,0,0,0)','images/xslide1.jpg'],
        },
        {
            id:'Image2',
            type:'image',
            rect:[0,0,460,250],
            fill:['rgba(0,0,0,0)','images/xslide2.jpg'],
        },
        {
            id:'Image3',
            type:'image',
            rect:[0,0,460,250],
            fill:['rgba(0,0,0,0)','images/xslide3.jpg'],
        },
        {
            id:'Image4',
            type:'image',
            rect:[0,0,460,250],
            fill:['rgba(0,0,0,0)','images/xslide4.jpg'],
        },
        {
            id:'Image5',
            type:'image',
            rect:[0,0,460,250],
            fill:['rgba(0,0,0,0)','images/xslide5.jpg'],
        },
        {
            id:'Image6',
            type:'image',
            rect:[0,0,460,250],
            fill:['rgba(0,0,0,0)','images/xslide6.jpg'],
        },
        {
            id:'Image7',
            type:'image',
            rect:[0,0,460,250],
            fill:['rgba(0,0,0,0)','images/xslide7.jpg'],
        },
        {
            id:'Image8',
            type:'image',
            rect:[0,0,460,250],
            fill:['rgba(0,0,0,0)','images/xslide8.jpg'],
        },
        {
            id:'Image9',
            type:'image',
            rect:[0,0,460,250],
            fill:['rgba(0,0,0,0)','images/xslide9.jpg'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image1": [
            ["style", "opacity", '0']
         ],
         "#Image5": [
            ["style", "opacity", '0']
         ],
         "#Image2": [
            ["style", "opacity", '0']
         ],
         "#Image7": [
            ["style", "opacity", '0']
         ],
         "#Image6": [
            ["style", "opacity", '0']
         ],
         "#Image3": [
            ["style", "opacity", '0']
         ],
         "#Image9": [
            ["style", "opacity", '0']
         ],
         "#Image8": [
            ["style", "opacity", '0']
         ],
         "#stage": [
            ["style", "height", '250px'],
            ["style", "width", '460px'],
            ["style", "overflow", 'hidden']
         ],
         "#Image4": [
            ["style", "opacity", '0.011764705882353']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 26250,
         timeline: [
            { id: "eid14", tween: [ "style", "#Image7", "opacity", '0.91764705882353', { valueTemplate: undefined, fromValue: '0'}], position: 17500, duration: 1000, easing: "linear" },
            { id: "eid16", tween: [ "style", "#Image8", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 20750, duration: 2250, easing: "linear" },
            { id: "eid10", tween: [ "style", "#Image5", "opacity", '0.98823529411765', { valueTemplate: undefined, fromValue: '0'}], position: 12000, duration: 1000, easing: "linear" },
            { id: "eid8", tween: [ "style", "#Image4", "opacity", '0.96470588235294', { valueTemplate: undefined, fromValue: '0.011764705882353'}], position: 9500, duration: 1000, easing: "linear" },
            { id: "eid6", tween: [ "style", "#Image3", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 7250, duration: 1000, easing: "linear" },
            { id: "eid2", tween: [ "style", "#Image1", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 500, easing: "linear" },
            { id: "eid12", tween: [ "style", "#Image6", "opacity", '0.98823529411765', { valueTemplate: undefined, fromValue: '0'}], position: 14750, duration: 1000, easing: "linear" },
            { id: "eid18", tween: [ "style", "#Image9", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 24500, duration: 1750, easing: "linear" },
            { id: "eid4", tween: [ "style", "#Image2", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1000, 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();
});

