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

   },
   content: {
      dom: [
        {
            id:'dvd_logo',
            type:'image',
            tag:'div',
            rect:[0,0,719,68],
            fill:['rgba(0,0,0,0)','images/dvd_logo.png']
        },
        {
            id:'logo-NEW2',
            type:'image',
            tag:'div',
            rect:[0,0,480,200],
            fill:['rgba(0,0,0,0)','images/logo-NEW2.png']
        }      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#dvd_logo": [
            ["transform", "translateX", '43px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '2px']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "height", '400px'],
            ["style", "width", '800px']
         ],
         "#logo-NEW2": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '113px'],
            ["transform", "translateX", '163px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 4000,
         timeline: [
            { id: "eid15", tween: [ "style", "#logo-NEW2", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 3000, duration: 1000, easing: "linear" },
            { id: "eid3", tween: [ "transform", "#dvd_logo", "translateX", '43px', { valueTemplate: undefined, fromValue: '43px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid13", tween: [ "transform", "#logo-NEW2", "translateY", '113px', { valueTemplate: undefined, fromValue: '113px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid30", tween: [ "transform", "#dvd_logo", "translateY", '2px', { valueTemplate: undefined, fromValue: '2px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid17", tween: [ "style", "#dvd_logo", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 1956, easing: "linear" },
            { id: "eid1", tween: [ "style", "#stage", "width", '800px', { valueTemplate: undefined, fromValue: '800px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid2", tween: [ "color", "#stage", "background-color", 'rgba(0,0,0,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(0,0,0,1.00)'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid11", tween: [ "transform", "#logo-NEW2", "translateX", '163px', { valueTemplate: undefined, fromValue: '163px'}], position: 0, duration: 0, easing: "linear" }]
      }
   }
}};

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

