/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
        {
            id:'Valen',
            type:'image',
            rect:[0,0,175,229],
            fill:['rgba(0,0,0,0)','http://ukrocharity.org/wp-content/themes/childMF/images/Valen_donate_175x229.jpg'],
        },
        {
            id:'Mary',
            type:'image',
            rect:[0,0,175,229],
            fill:['rgba(0,0,0,0)','http://ukrocharity.org/wp-content/themes/childMF/images/Mary_donate_175x229.jpg'],
        },
        {
            id:'Deana',
            type:'image',
            rect:[0,0,175,229],
            fill:['rgba(0,0,0,0)','http://ukrocharity.org/wp-content/themes/childMF/images/Deana_donate_175x229.jpg'],
        },
        {
            id:'Natalie',
            type:'image',
            rect:[0,0,175,229],
            fill:['rgba(0,0,0,0)','http://ukrocharity.org/wp-content/themes/childMF/images/Natalie_donate_175x2291.jpg'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#stage": [
            ["style", "height", '229px'],
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '175px']
         ],
         "#Natalie": [
            ["style", "opacity", '0']
         ],
         "#Valen": [
            ["style", "opacity", '1']
         ],
         "#Deana": [
            ["style", "opacity", '0']
         ],
         "#Mary": [
            ["style", "opacity", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 19750,
         timeline: [
            { id: "eid1", tween: [ "style", "#stage", "height", '229px', { valueTemplate: undefined, fromValue: '229px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid9", tween: [ "style", "#Mary", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid15", tween: [ "style", "#Mary", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 3250, duration: 2148, easing: "linear" },
            { id: "eid16", tween: [ "style", "#Mary", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 7250, duration: 2000, easing: "linear" },
            { id: "eid23", tween: [ "style", "#Natalie", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid25", tween: [ "style", "#Natalie", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 13633, duration: 1750, easing: "linear" },
            { id: "eid26", tween: [ "style", "#Natalie", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 17500, duration: 2000, easing: "linear" },
            { id: "eid8", tween: [ "style", "#Deana", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid18", tween: [ "style", "#Deana", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 8500, duration: 1750, easing: "linear" },
            { id: "eid19", tween: [ "style", "#Deana", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 12500, duration: 2000, easing: "linear" },
            { id: "eid5", tween: [ "style", "#Valen", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 2000, duration: 2000, easing: "linear" },
            { id: "eid28", tween: [ "style", "#Valen", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 18750, duration: 1000, easing: "linear" }]
      }
   },
}};

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

