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

   },
   content: {
      dom: [
        {
            id:'feature_zone_bg',
            type:'image',
            rect:[0,0,750,600],
            fill:['rgba(0,0,0,0)','images/feature_zone_bg.jpg'],
        },
        {
            id:'guy',
            type:'image',
            rect:[0,0,431,515],
            fill:['rgba(0,0,0,0)','images/guy.png'],
        },
        {
            id:'bird',
            type:'image',
            rect:[0,0,379,241],
            fill:['rgba(0,0,0,0)','images/bird_flying.gif'],
        },
        {
            id:'cage',
            type:'image',
            rect:[0,0,501,590],
            fill:['rgba(0,0,0,0)','images/cage.png'],
        },
        {
            id:'guy_bird',
            type:'image',
            rect:[0,0,333,550],
            fill:['rgba(0,0,0,0)','images/guy_bird.png'],
        },
        {
            id:'zone_author',
            type:'image',
            rect:[0,0,240,37],
            fill:['rgba(0,0,0,0)','images/feature_zone_author.png'],
        },
        {
            id:'zone_date',
            type:'image',
            rect:[0,0,240,28],
            fill:['rgba(0,0,0,0)','images/feature_zone_date.png'],
        },
        {
            id:'zone_title',
            type:'image',
            rect:[0,0,240,112],
            fill:['rgba(0,0,0,0)','images/feature_zone_title.png'],
        },
        {
            id:'featurelights',
            type:'image',
            rect:[0,0,750,400],
            fill:['rgba(0,0,0,0)','images/feature_lights1.png'],
        },
        {
            id:'blackbox',
            type:'rect',
            rect:[-1,3,752,488],
            borderRadius:[10,10,10,10],
            fill:['rgba(0,0,0,0.5977)'],
            stroke:[0,"rgb(0, 0, 0)","none"],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#guy": [
            ["transform", "scaleY", '1'],
            ["transform", "translateX", '170px'],
            ["transform", "scaleX", '1'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '90px']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(255,255,255,0.00)'],
            ["style", "width", '750px'],
            ["style", "height", '600px'],
            ["style", "overflow", 'hidden']
         ],
         "#guy_bird": [
            ["transform", "translateX", '40px'],
            ["transform", "translateY", '602px']
         ],
         "#zone_author": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '325px'],
            ["transform", "translateX", '440px']
         ],
         "#zone_date": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '385px'],
            ["transform", "translateX", '440px']
         ],
         "#zone_title": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '190px'],
            ["transform", "translateX", '440px']
         ],
         "#bird": [
            ["transform", "translateX", '-385px'],
            ["transform", "translateY", '110px']
         ],
         "#cage": [
            ["transform", "translateX", '-505px'],
            ["transform", "scaleX", '1'],
            ["style", "opacity", '1'],
            ["transform", "translateY", '354px'],
            ["transform", "scaleY", '1']
         ],
         "#blackbox": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "border-top-left-radius", [0,0],{valueTemplate:'@@0@@px @@1@@px'}],
            ["transform", "translateX", '-4px'],
            ["style", "border-bottom-right-radius", [0,0],{valueTemplate:'@@0@@px @@1@@px'}],
            ["style", "opacity", '1'],
            ["style", "border-top-right-radius", [0,0],{valueTemplate:'@@0@@px @@1@@px'}],
            ["style", "width", '765px'],
            ["style", "border-bottom-left-radius", [0,0],{valueTemplate:'@@0@@px @@1@@px'}],
            ["style", "height", '612px'],
            ["transform", "translateY", '-7px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 5250,
         timeline: [
            { id: "eid674", tween: [ "style", "#zone_title", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 4750, duration: 500, easing: "easeOutQuad" },
            { id: "eid593", tween: [ "transform", "#guy", "scaleX", '2.4', { valueTemplate: undefined, fromValue: '1'}], position: 3750, duration: 500, easing: "easeOutQuad" },
            { id: "eid566", tween: [ "style", "#cage", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 2880, duration: 85, easing: "easeOutQuad" },
            { id: "eid579", tween: [ "style", "#cage", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 3043, duration: 99, easing: "easeOutQuad" },
            { id: "eid602", tween: [ "style", "#cage", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 4250, duration: 250, easing: "linear" },
            { id: "eid570", tween: [ "style", "#guy", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 2749, duration: 251, easing: "linear" },
            { id: "eid605", tween: [ "style", "#guy", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 4250, duration: 250, easing: "linear" },
            { id: "eid666", tween: [ "transform", "#zone_author", "translateY", '275px', { valueTemplate: undefined, fromValue: '325px'}], position: 4750, duration: 500, easing: "easeOutQuad" },
            { id: "eid664", tween: [ "transform", "#zone_date", "translateY", '335px', { valueTemplate: undefined, fromValue: '385px'}], position: 4750, duration: 500, easing: "easeOutQuad" },
            { id: "eid670", tween: [ "style", "#zone_date", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 4750, duration: 500, easing: "easeOutQuad" },
            { id: "eid668", tween: [ "transform", "#zone_title", "translateY", '140px', { valueTemplate: undefined, fromValue: '190px'}], position: 4750, duration: 500, easing: "easeOutQuad" },
            { id: "eid599", tween: [ "transform", "#cage", "scaleX", '2.4', { valueTemplate: undefined, fromValue: '1'}], position: 3750, duration: 500, easing: "easeOutQuad" },
            { id: "eid517", tween: [ "transform", "#bird", "translateY", '180px', { valueTemplate: undefined, fromValue: '110px'}], position: 0, duration: 392, easing: "linear" },
            { id: "eid513", tween: [ "transform", "#bird", "translateY", '120px', { valueTemplate: undefined, fromValue: '180px'}], position: 392, duration: 392, easing: "linear" },
            { id: "eid501", tween: [ "transform", "#bird", "translateY", '180px', { valueTemplate: undefined, fromValue: '120px'}], position: 785, duration: 392, easing: "linear" },
            { id: "eid503", tween: [ "transform", "#bird", "translateY", '140px', { valueTemplate: undefined, fromValue: '180px'}], position: 1178, duration: 392, easing: "linear" },
            { id: "eid505", tween: [ "transform", "#bird", "translateY", '180px', { valueTemplate: undefined, fromValue: '140px'}], position: 1571, duration: 392, easing: "linear" },
            { id: "eid507", tween: [ "transform", "#bird", "translateY", '120px', { valueTemplate: undefined, fromValue: '180px'}], position: 1964, duration: 392, easing: "linear" },
            { id: "eid509", tween: [ "transform", "#bird", "translateY", '180px', { valueTemplate: undefined, fromValue: '120px'}], position: 2357, duration: 392, easing: "linear" },
            { id: "eid600", tween: [ "transform", "#cage", "scaleY", '2.4', { valueTemplate: undefined, fromValue: '1'}], position: 3750, duration: 500, easing: "easeOutQuad" },
            { id: "eid672", tween: [ "style", "#zone_author", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 4750, duration: 500, easing: "easeOutQuad" },
            { id: "eid466", tween: [ "style", "#blackbox", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 0, duration: 500, easing: "linear" },
            { id: "eid544", tween: [ "transform", "#cage", "translateX", '-249px', { valueTemplate: undefined, fromValue: '-505px'}], position: 0, duration: 392, easing: "linear" },
            { id: "eid540", tween: [ "transform", "#cage", "translateX", '-76px', { valueTemplate: undefined, fromValue: '-249px'}], position: 392, duration: 392, easing: "linear" },
            { id: "eid528", tween: [ "transform", "#cage", "translateX", '38px', { valueTemplate: undefined, fromValue: '-76px'}], position: 785, duration: 392, easing: "linear" },
            { id: "eid531", tween: [ "transform", "#cage", "translateX", '201px', { valueTemplate: undefined, fromValue: '38px'}], position: 1178, duration: 392, easing: "linear" },
            { id: "eid533", tween: [ "transform", "#cage", "translateX", '329px', { valueTemplate: undefined, fromValue: '201px'}], position: 1571, duration: 392, easing: "linear" },
            { id: "eid535", tween: [ "transform", "#cage", "translateX", '511px', { valueTemplate: undefined, fromValue: '329px'}], position: 1964, duration: 392, easing: "linear" },
            { id: "eid537", tween: [ "transform", "#cage", "translateX", '753px', { valueTemplate: undefined, fromValue: '511px'}], position: 2357, duration: 392, easing: "linear" },
            { id: "eid563", tween: [ "transform", "#cage", "translateX", '126px', { valueTemplate: undefined, fromValue: '753px'}], position: 2965, duration: 78, easing: "easeOutQuad" },
            { id: "eid515", tween: [ "transform", "#bird", "translateX", '-214.55966px', { valueTemplate: undefined, fromValue: '-385px'}], position: 0, duration: 392, easing: "linear" },
            { id: "eid511", tween: [ "transform", "#bird", "translateX", '-49.96195px', { valueTemplate: undefined, fromValue: '-214.55966px'}], position: 392, duration: 392, easing: "linear" },
            { id: "eid500", tween: [ "transform", "#bird", "translateX", '64.55374px', { valueTemplate: undefined, fromValue: '-49.96195px'}], position: 785, duration: 392, easing: "linear" },
            { id: "eid502", tween: [ "transform", "#bird", "translateX", '230.08344px', { valueTemplate: undefined, fromValue: '64.55374px'}], position: 1178, duration: 392, easing: "linear" },
            { id: "eid504", tween: [ "transform", "#bird", "translateX", '355.74424px', { valueTemplate: undefined, fromValue: '230.08344px'}], position: 1571, duration: 392, easing: "linear" },
            { id: "eid506", tween: [ "transform", "#bird", "translateX", '541px', { valueTemplate: undefined, fromValue: '355.74424px'}], position: 1964, duration: 392, easing: "linear" },
            { id: "eid508", tween: [ "transform", "#bird", "translateX", '755px', { valueTemplate: undefined, fromValue: '541px'}], position: 2357, duration: 392, easing: "linear" },
            { id: "eid546", tween: [ "transform", "#cage", "translateY", '418px', { valueTemplate: undefined, fromValue: '354px'}], position: 0, duration: 392, easing: "linear" },
            { id: "eid542", tween: [ "transform", "#cage", "translateY", '358px', { valueTemplate: undefined, fromValue: '418px'}], position: 392, duration: 392, easing: "linear" },
            { id: "eid530", tween: [ "transform", "#cage", "translateY", '418px', { valueTemplate: undefined, fromValue: '358px'}], position: 785, duration: 392, easing: "linear" },
            { id: "eid532", tween: [ "transform", "#cage", "translateY", '378px', { valueTemplate: undefined, fromValue: '418px'}], position: 1178, duration: 392, easing: "linear" },
            { id: "eid534", tween: [ "transform", "#cage", "translateY", '418px', { valueTemplate: undefined, fromValue: '378px'}], position: 1571, duration: 392, easing: "linear" },
            { id: "eid536", tween: [ "transform", "#cage", "translateY", '358px', { valueTemplate: undefined, fromValue: '418px'}], position: 1964, duration: 392, easing: "linear" },
            { id: "eid538", tween: [ "transform", "#cage", "translateY", '437px', { valueTemplate: undefined, fromValue: '358px'}], position: 2357, duration: 392, easing: "linear" },
            { id: "eid564", tween: [ "transform", "#cage", "translateY", '-589px', { valueTemplate: undefined, fromValue: '437px'}], position: 2965, duration: 78, easing: "easeOutQuad" },
            { id: "eid575", tween: [ "transform", "#cage", "translateY", '20px', { valueTemplate: undefined, fromValue: '-589px'}], position: 3143, duration: 356, easing: "easeOutQuad" },
            { id: "eid616", tween: [ "transform", "#guy_bird", "translateY", '50px', { valueTemplate: undefined, fromValue: '602px'}], position: 4500, duration: 500, easing: "easeOutQuad" },
            { id: "eid594", tween: [ "transform", "#guy", "scaleY", '2.4', { valueTemplate: undefined, fromValue: '1'}], position: 3750, duration: 500, easing: "easeOutQuad" }]
      }
   },
}};

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

