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

   },
   content: {
      dom: [
        {
            id:'heart3',
            type:'image',
            tag:'div',
            rect:[0,0,290,388],
            fill:['rgba(0,0,0,0)','images/heart3.png']
        },
        {
            id:'news_text',
            type:'image',
            tag:'div',
            rect:[0,0,354,354],
            fill:['rgba(0,0,0,0)','images/news_text.png']
        }      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#heart3": [
            ["transform", "scaleY", '0.56999'],
            ["style", "height", '393px'],
            ["transform", "scaleX", '0.56999'],
            ["transform", "translateX", '-40px'],
            ["transform", "translateY", '-88.99998px'],
            ["style", "width", '294px']
         ],
         "#stage": [
            ["style", "height", '215px'],
            ["style", "overflow", 'visible'],
            ["color", "background-color", 'transparent'],
            ["style", "width", '215px']
         ],
         "#news_text": [
            ["transform", "scaleX", '0.56999'],
            ["transform", "translateY", '-68.7px'],
            ["transform", "scaleY", '0.56999'],
            ["transform", "translateX", '-63px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2000,
         timeline: [
            { id: "eid83", tween: [ "transform", "#heart3", "scaleY", '0.52', { valueTemplate: undefined, fromValue: '0.56999'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid75", tween: [ "transform", "#heart3", "scaleY", '0.56999', { valueTemplate: undefined, fromValue: '0.52'}], position: 1000, duration: 1000, easing: "linear" },
            { id: "eid81", tween: [ "transform", "#heart3", "scaleX", '0.52', { valueTemplate: undefined, fromValue: '0.56999'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid74", tween: [ "transform", "#heart3", "scaleX", '0.56999', { valueTemplate: undefined, fromValue: '0.52'}], position: 1000, duration: 1000, easing: "linear" },
            { id: "eid77", tween: [ "transform", "#news_text", "scaleX", '0.52', { valueTemplate: undefined, fromValue: '0.56999'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid72", tween: [ "transform", "#news_text", "scaleX", '0.56999', { valueTemplate: undefined, fromValue: '0.52'}], position: 1000, duration: 1000, easing: "linear" },
            { id: "eid79", tween: [ "transform", "#news_text", "scaleY", '0.52', { valueTemplate: undefined, fromValue: '0.56999'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid73", tween: [ "transform", "#news_text", "scaleY", '0.56999', { valueTemplate: undefined, fromValue: '0.52'}], position: 1000, duration: 1000, easing: "linear" }]
      }
   }
}};

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

