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

   },
   content: {
      dom: [
        {
            id:'Text1',
            type:'text',
            rect:[97,111,413.91796875,121.86328125],
            text:"raley.com",
            font:["Arial Black, Gadget, sans-serif",72.3,"rgba(0,0,0,1)","normal","none",""],
            transform:[[-47,-222]],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#stage": [
            ["style", "height", '400px'],
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '550px']
         ],
         "#Text1": [
            ["color", "color", 'rgba(0,0,0,1.00)'],
            ["transform", "translateY", '-250.13673px'],
            ["transform", "translateX", '-34.71095px'],
            ["style", "font-size", '72.3px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 8000,
         timeline: [
            { id: "eid17", tween: [ "color", "#Text1", "color", 'rgba(233,67,67,1)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(0,0,0,1.00)'}], position: 4000, duration: 250, easing: "linear" },
            { id: "eid13", tween: [ "color", "#Text1", "color", 'rgba(234,235,69,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(233,67,67,1)'}], position: 4442, duration: 43, easing: "linear" },
            { id: "eid14", tween: [ "color", "#Text1", "color", 'rgba(73,69,235,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(234,235,69,1)'}], position: 4486, duration: 54, easing: "linear" },
            { id: "eid15", tween: [ "color", "#Text1", "color", 'rgba(75,207,60,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(73,69,235,1)'}], position: 4541, duration: 39, easing: "linear" },
            { id: "eid18", tween: [ "color", "#Text1", "color", 'rgba(231,68,220,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(75,207,60,1)'}], position: 4580, duration: 48, easing: "linear" },
            { id: "eid19", tween: [ "color", "#Text1", "color", 'rgba(39,235,231,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(231,68,220,1.00)'}], position: 4628, duration: 41, easing: "linear" },
            { id: "eid20", tween: [ "color", "#Text1", "color", 'rgba(0,0,0,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(39,235,231,1.00)'}], position: 4670, duration: 33, easing: "linear" },
            { id: "eid21", tween: [ "color", "#Text1", "color", 'rgba(233,67,67,1)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(234,235,69,1.00)'}], position: 4703, duration: 44, easing: "linear" },
            { id: "eid22", tween: [ "color", "#Text1", "color", 'rgba(234,235,69,1)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(73,69,235,1.00)'}], position: 4748, duration: 50, easing: "linear" },
            { id: "eid23", tween: [ "color", "#Text1", "color", 'rgba(73,69,235,1)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(75,207,60,1.00)'}], position: 4799, duration: 71, easing: "linear" },
            { id: "eid24", tween: [ "color", "#Text1", "color", 'rgba(75,207,60,1)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(231,68,220,1.00)'}], position: 4870, duration: 59, easing: "linear" },
            { id: "eid25", tween: [ "color", "#Text1", "color", 'rgba(231,68,220,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(39,235,231,1.00)'}], position: 4930, duration: 69, easing: "linear" },
            { id: "eid27", tween: [ "color", "#Text1", "color", 'rgba(0,0,0,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(231,68,220,1)'}], position: 5000, duration: 826, easing: "linear" },
            { id: "eid10", tween: [ "transform", "#Text1", "translateY", '167.77343px', { valueTemplate: undefined, fromValue: '-250.13673px'}], position: 2000, duration: 2000, easing: "easeOutBounce" },
            { id: "eid30", tween: [ "transform", "#Text1", "translateY", '38.23827px', { valueTemplate: undefined, fromValue: '167.77343px'}], position: 6095, duration: 1904, easing: "easeInElastic" },
            { id: "eid12", tween: [ "style", "#Text1", "font-size", '72.3px', { valueTemplate: undefined, fromValue: '72.3px'}], position: 2027, duration: 0, easing: "linear" },
            { id: "eid8", tween: [ "transform", "#Text1", "translateX", '-30.25391px', { valueTemplate: undefined, fromValue: '-34.71095px'}], position: 2000, duration: 2000, easing: "easeOutBounce" }]
      }
   },
}};

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

