/** * Adobe Helium: symbol definitions */ window.symbols = { "stage": { version: "0.1", baseState: "Base State", initialState: "Base State", parameters: { }, content: { dom: [ { id:'back', type:'image', rect:[0,0,297,297], fill:['rgba(0,0,0,0)','http://www.beecubu.com/images/edge-beecubu-logo/back.png'], }, { id:'left', type:'image', rect:[0,0,297,297], fill:['rgba(0,0,0,0)','http://www.beecubu.com/images/edge-beecubu-logo/left.png'], }, { id:'right', type:'image', rect:[0,0,297,297], fill:['rgba(0,0,0,0)','http://www.beecubu.com/images/edge-beecubu-logo/right.png'], }, { id:'bee', type:'image', rect:[0,0,297,297], fill:['rgba(0,0,0,0)','http://www.beecubu.com/images/edge-beecubu-logo/bee.png'], }, ], symbolInstances: [ ], }, states: { "Base State": { "#stage": [ ["style", "height", '225px'], ["style", "overflow", 'hidden'], ["style", "width", '300px'] ], "#back": [ ["transform", "translateX", '2.01953px'], ["transform", "scaleX", '1.04'], ["style", "opacity", '0'], ["transform", "translateY", '-36.27735px'], ["transform", "scaleY", '1.04'] ], "#bee": [ ["transform", "translateX", '2.01953px'], ["transform", "scaleX", '0'], ["style", "opacity", '0'], ["transform", "translateY", '-36.27735px'], ["transform", "scaleY", '0'] ], "#right": [ ["transform", "translateX", '-88px'], ["transform", "translateY", '-36.27735px'] ], "#left": [ ["transform", "translateX", '88px'], ["transform", "translateY", '-36.27735px'] ] } }, actions: { }, bindings: [ ], timelines: { "Default Timeline": { fromState: "Base State", toState: "", duration: 2124.921875, timeline: [ { id: "eid44", tween: [ "transform", "#back", "scaleY", '1', { valueTemplate: undefined, fromValue: '1.04'}], position: 1831, duration: 293, easing: "swing" }, { id: "eid28", tween: [ "transform", "#bee", "scaleX", '1', { valueTemplate: undefined, fromValue: '0'}], position: 956, duration: 500, easing: "easeOutBack" }, { id: "eid29", tween: [ "transform", "#bee", "scaleY", '1', { valueTemplate: undefined, fromValue: '0'}], position: 956, duration: 500, easing: "easeOutBack" }, { id: "eid25", tween: [ "transform", "#right", "translateX", '4px', { valueTemplate: undefined, fromValue: '-88px'}], position: 500, duration: 615, easing: "easeOutBounce" }, { id: "eid42", tween: [ "transform", "#back", "scaleX", '1', { valueTemplate: undefined, fromValue: '1.04'}], position: 1831, duration: 293, easing: "swing" }, { id: "eid23", tween: [ "transform", "#left", "translateX", '1px', { valueTemplate: undefined, fromValue: '88px'}], position: 500, duration: 615, easing: "easeOutBounce" }, { id: "eid30", tween: [ "style", "#bee", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 956, duration: 198, easing: "linear" }, { id: "eid38", tween: [ "style", "#back", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1831, duration: 0, easing: "linear" }] } }, }}; /** * Adobe Edge DOM Ready Event Handler */ $(window).ready(function() { $.Edge.initialize(symbols); }); /** * Adobe Edge Timeline Launch */ $(window).load(function() { $.Edge.play(); });