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

   },
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#frase_2": [
            ["transform", "scaleX", '1'],
            ["style", "opacity", '0'],
            ["transform", "scaleY", '1']
         ],
         "#frase_1": [
            ["transform", "scaleX", '1'],
            ["style", "opacity", '0'],
            ["transform", "scaleY", '1']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 5500,
         timeline: [
            { id: "eid34", tween: [ "style", "#frase_2", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 4500, duration: 1000, easing: "easeInOutQuart" },
            { id: "eid27", tween: [ "style", "#frase_1", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 500, duration: 1000, easing: "easeInOutQuart" },
            { id: "eid30", tween: [ "style", "#frase_1", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 3000, duration: 1000, easing: "easeOutQuad" }]
      }
   }
}};

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

