/**
 * 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,1683,966],
            fill:['rgba(0,0,0,0)','images/rubiconswirl1.jpg'],
        },
        {
            id:'Image2',
            type:'image',
            rect:[0,0,1683,966],
            fill:['rgba(0,0,0,0)','images/rubiconswirl2.jpg'],
        },
        {
            id:'Image3',
            type:'image',
            rect:[0,0,1683,966],
            fill:['rgba(0,0,0,0)','images/rubiconswirl3.jpg'],
        },
        {
            id:'Image6',
            type:'image',
            rect:[0,0,634,620],
            fill:['rgba(0,0,0,0)','images/nugget2.png'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image1": [
            ["style", "opacity", '1']
         ],
         "#stage": [
            ["style", "height", '966px'],
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '1654px']
         ],
         "#Image2": [
            ["style", "opacity", '0.011764705882353']
         ],
         "#Image3": [
            ["style", "opacity", '0.011764705882353']
         ],
         "#Image6": [
            ["transform", "scaleX", '1'],
            ["transform", "scaleY", '1'],
            ["transform", "translateY", '122px'],
            ["transform", "translateX", '563px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 14025,
         timeline: [
            { id: "eid46", tween: [ "transform", "#Image6", "scaleY", '0.96', { valueTemplate: undefined, fromValue: '1'}], position: 450, duration: 6125, easing: "linear" },
            { id: "eid42", tween: [ "transform", "#Image6", "scaleY", '1', { valueTemplate: undefined, fromValue: '0.96'}], position: 6575, duration: 7034, easing: "swing" },
            { id: "eid10", tween: [ "style", "#Image2", "opacity", '1', { valueTemplate: undefined, fromValue: '0.011764705882353'}], position: 0, duration: 1980, easing: "linear" },
            { id: "eid14", tween: [ "style", "#Image2", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 1980, duration: 2065, easing: "linear" },
            { id: "eid50", tween: [ "style", "#Image2", "opacity", '1', { valueTemplate: undefined, fromValue: '0.011764705882353'}], position: 6045, duration: 1980, easing: "linear" },
            { id: "eid51", tween: [ "style", "#Image2", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 8025, duration: 2065, easing: "linear" },
            { id: "eid2", tween: [ "style", "#stage", "height", '966px', { valueTemplate: undefined, fromValue: '966px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid38", tween: [ "transform", "#Image6", "translateY", '122px', { valueTemplate: undefined, fromValue: '122px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid16", tween: [ "style", "#stage", "width", '1654px', { valueTemplate: undefined, fromValue: '1654px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid44", tween: [ "transform", "#Image6", "scaleX", '0.96', { valueTemplate: undefined, fromValue: '1'}], position: 450, duration: 6125, easing: "linear" },
            { id: "eid41", tween: [ "transform", "#Image6", "scaleX", '1', { valueTemplate: undefined, fromValue: '0.96'}], position: 6575, duration: 7034, easing: "swing" },
            { id: "eid37", tween: [ "transform", "#Image6", "translateX", '563px', { valueTemplate: undefined, fromValue: '563px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid13", tween: [ "style", "#Image3", "opacity", '1', { valueTemplate: undefined, fromValue: '0.011764705882353'}], position: 1980, duration: 2065, easing: "linear" },
            { id: "eid15", tween: [ "style", "#Image3", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 4045, duration: 1955, easing: "linear" },
            { id: "eid49", tween: [ "style", "#Image3", "opacity", '1', { valueTemplate: undefined, fromValue: '0.011764705882353'}], position: 8025, duration: 4045, easing: "linear" },
            { id: "eid48", tween: [ "style", "#Image3", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 12070, duration: 1955, easing: "linear" }]
      }
   },
}};

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

