<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adobe Edge Animate Team Blog</title>
	<atom:link href="http://blogs.adobe.com/edge/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/edge</link>
	<description></description>
	<lastBuildDate>Mon, 06 May 2013 20:52:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Edge Animate CC &#8211; Coming in June</title>
		<link>http://blogs.adobe.com/edge/2013/05/06/edge-animate-cc-coming-in-june/</link>
		<comments>http://blogs.adobe.com/edge/2013/05/06/edge-animate-cc-coming-in-june/#comments</comments>
		<pubDate>Mon, 06 May 2013 20:52:23 +0000</pubDate>
		<dc:creator>Rich Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=727</guid>
		<description><![CDATA[If you haven&#8217;t heard by now, Adobe announced major updates to nearly all of its creative tools at MAX this morning, available in June. This includes a major update for Edge Animate, with the upcoming version being called Edge Animate CC. We&#8217;ve added some new features that we think you&#8217;ll love: Motion paths &#8211; Finally! Templates that [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://html.adobe.com/edge/animate/" target=_blank><img src="http://blogs.adobe.com/edge/files/2013/05/an.png" alt="an" width="109" height="109" class="alignnone size-full wp-image-735" /></a><br />
If you haven&#8217;t heard by now, Adobe announced major updates to nearly all of its creative tools at <a href="http://max.adobe.com/" target=_blank>MAX</a> this morning, available in June. This includes a major update for Edge Animate, with the upcoming version being called Edge Animate CC. We&#8217;ve added some new features that we think you&#8217;ll love:</p>
<ul>
<li>Motion paths &#8211; Finally!</li>
<li>Templates that you can save and re-use</li>
<li>Swipe gesture support for touch devices</li>
<li>Optimized publishing with CDN hosting, at no cost to you</li>
</ul>
<p>Check out the <a href="http://html.adobe.com/edge/animate/features.html" target=_blank>features page</a> for more info.</p>
<p>Also, the free introductory offer expires when Animate CC releases next month. To get the new features, you can either subscribe to a Creative Cloud single-app or full membership, or sign up for a free 30-day trial. Here&#8217;s our <a href="http://html.adobe.com/edge/animate/faq.html" target=_blank>FAQ</a> for more details.</p>
<p>We can&#8217;t wait to launch Animate CC and hope you&#8217;re excited to try it out. Stay tuned for more updates!</p>
<p>Cheers,</p>
<p>Rich Lee<br />
Sr. Product Marketing Manager</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2013/05/06/edge-animate-cc-coming-in-june/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in a filter?</title>
		<link>http://blogs.adobe.com/edge/2013/03/11/whats-in-a-filter/</link>
		<comments>http://blogs.adobe.com/edge/2013/03/11/whats-in-a-filter/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 23:47:56 +0000</pubDate>
		<dc:creator>sahunt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=674</guid>
		<description><![CDATA[What’s in a filter? With the release of Edge Animate 1.5 we’re excited to announce the implementation of CSS built-in filters, a cutting edge new spec which enables web developers and designers to bring stimulating visual effects to their elements which could previously only be achieved in design tools like Photoshop. So what is a [...]]]></description>
				<content:encoded><![CDATA[<h2>What’s in a filter?</h2>
<p>With the release of Edge Animate 1.5 we’re excited to announce the implementation of CSS built-in filters, a cutting edge new spec which enables web developers and designers to bring stimulating visual effects to their elements which could previously only be achieved in design tools like Photoshop.</p>
<h2>So what is a filter, exactly?</h2>
<p>CSS filters are a powerful introduction to the CSS language, which bring eye-catching visual effects to the web. Backed by hardware acceleration, filters provide a fast and simple way to style your content. But how do they work? Think of filters as post-processing step similar to how you would edit effects in Photoshop. The browser takes a snapshot of the page, grabs the pixel data, styles your elements, and then serves it back to you with the filter effect intact.</p>
<p>Similar to how you can stack lenses on a camera, filters can also be stacked to create unique effects. Combined with the power of Edge Animate, you can achieve compelling animated effects in your compositions.</p>
<p>Keep in mind that CSS filter effects are highly experimental, and are currently only available using the –webkit prefix in Chrome, Safari, iOS6 Safari and Blackberry 10 browsers.</p>
<h2>Filters in Animate</h2>
<p>Usually when we think of filter effects we think of images. Filters are much more powerful and can be applied to a variety of elements.</p>
<p><iframe src="http://blogs.adobe.com/edge/wp-content/themes/AdobeEdge/edge_comps/filter_rollover/filter_effects.html" height="154" width="601" frameborder="0"></iframe></p>
<address>Rollover the thumbnails to see the applied filters (only works in webkit browsers)</address>
<address> </address>
<p>In the above example, a filter is applied to a symbol, which in turn applies the effect to the image and text underneath. Translated into DOM-speak, symbols are glorified divs where each sub-symbol is akin to a child div. What makes this special is when filters are applied to the parent div, all the children inherit the style. This includes divs, text, images and other symbol children, eliminating the need to drill down into your symbols to render individual elements.</p>
<p>Before filters, the above effect could only be achieved through layering of multiple graphics. By using filters, you can minimize server requests and reduce your output payload by using a single graphic instead of two or more.</p>
<h2>Supported Filter Types</h2>
<p>Animate offers support for the following built-in filters:</p>
<ul>
<li><span style="line-height: 13px;">Invert</span></li>
<li>Hue-Rotate</li>
<li>Contrast</li>
<li>Saturate</li>
<li>Sepia</li>
<li>Greyscale</li>
<li>Blur and,</li>
<li>Shadow</li>
</ul>
<h4><strong>Box/Text-shadow vs. Filter: drop-shadow</strong></h4>
<p>Drop-shadow is a valuable add to the filter stack, allowing you to take shadows above and beyond what can be achieved with a box-shadow.</p>
<div id="attachment_683" class="wp-caption aligncenter" style="width: 548px"><a href="http://blogs.adobe.com/edge/files/2013/03/boxshadow1.png"><img class="wp-image-683 " alt="boxshadow" src="http://blogs.adobe.com/edge/files/2013/03/boxshadow1.png" width="538" height="390" /></a><p class="wp-caption-text">A graphic styled with box-shadow</p></div>
<address> </address>
<address> </address>
<p>The above graphic is rendered using box-shadow. Not bad. We have a transparent PNG file, though it’s highly evident the shadow is being applied to the dimensions of the graphic. Box-shadow is a literal rendering of its’ definition; a box-esque shadow is applied based on the current dimensions defined by the container.</p>
<div id="attachment_686" class="wp-caption aligncenter" style="width: 565px"><a href="http://blogs.adobe.com/edge/files/2013/03/filtershadow.png"><img class="wp-image-686 " alt="filtershadow" src="http://blogs.adobe.com/edge/files/2013/03/filtershadow.png" width="555" height="394" /></a><p class="wp-caption-text">The same graphic styled with drop-shadow</p></div>
<p>This is where the magic of drop-shadow comes in. This effectual property grabs transparent pixel data, and then applies the shadow around the opaque pixels. Since the property is also intelligent enough to pick up translucent pixels, your shadow will also appear behind semi-transparent elements (as opposed to box-shadow, which only renders around the outline.)</p>
<h2>Performance</h2>
<p>Since built-in filters are GPU accelerated, their performance is fairly stellar considering the processing demands on the browser for rendering. However, be aware that the more filters you implement, the harder the browser has to work, leading to degraded performance. The following table outlines each filter and how you can expect them to perform:</p>
<table border="1px">
<tbody>
<tr>
<th>Filter effect</th>
<th>Browser support</th>
<th>Performance</th>
</tr>
<tr>
<td>
<div class="perf">grayscale</div>
</td>
<td>
<div class="perf">Chrome</div>
</td>
<td>
<div class="perf">very fast</div>
</td>
</tr>
<tr>
<td>
<div class="perf">sepia</div>
</td>
<td>
<div class="perf">Chrome</div>
</td>
<td>
<div class="perf">very fast</div>
</td>
</tr>
<tr>
<td>
<div class="perf">saturate</div>
</td>
<td>
<div class="perf">Chrome</div>
</td>
<td>
<div class="perf">very fast</div>
</td>
</tr>
<tr>
<td>
<div class="perf">hue-rotate</div>
</td>
<td>
<div class="perf">Chrome</div>
</td>
<td>
<div class="perf">fast</div>
</td>
</tr>
<tr>
<td>
<div class="perf">invert</div>
</td>
<td>
<div class="perf">Chrome</div>
</td>
<td>
<div class="perf">very fast</div>
</td>
</tr>
<tr>
<td>
<div class="perf">contrast</div>
</td>
<td>
<div class="perf">Chrome</div>
</td>
<td>
<div class="perf">fast</div>
</td>
</tr>
<tr>
<td>
<div class="perf">blur</div>
</td>
<td>
<div class="perf">Chrome</div>
</td>
<td>
<div class="perf">slow unless accelerated</div>
</td>
</tr>
<tr>
<td>
<div class="perf">drop-shadow</div>
</td>
<td>
<div class="perf">Chrome</div>
</td>
<td>
<div class="perf">can be slow</div>
</td>
</tr>
</tbody>
</table>
<address>Table from htmlrocks.com</address>
<address> </address>
<p>As you can see, filters can add rich effects with hardware-accelerated performance. By styling content leveraging the power of browser rendering, you can optimize your compositions for richer effects with less payload. We encourage you to give filters a shot, and see how they can enhance your Animate projects. If you haven’t downloaded Animate 1.5 yet, be sure to get it here <a href="http://html.adobe.com/edge/animate/">http://html.adobe.com/edge/animate/</a> while it’s still free.</p>
<p>For more information on other exciting CSS features coming to a browser near you, visit <a href="http://html.adobe.com/webstandards/" target="_blank">html.adobe.com/webstandards</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2013/03/11/whats-in-a-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Edge Animate 1.5 is here, bringing new design capabilities to the web</title>
		<link>http://blogs.adobe.com/edge/2013/02/14/adobe-edge-animate-1-5-is-here-bringing-new-design-capabilities-to-the-web/</link>
		<comments>http://blogs.adobe.com/edge/2013/02/14/adobe-edge-animate-1-5-is-here-bringing-new-design-capabilities-to-the-web/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 16:55:22 +0000</pubDate>
		<dc:creator>sahunt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=638</guid>
		<description><![CDATA[Happy Valentine&#8217;s day for all you Edge Animate lovers! Today we’re introducing version 1.5, with new capabilities and features that allow you to style content with browser-based effects. In the past, these effects could only be achieved by importing multiple graphics. We&#8217;ve been working very hard over the past few months to bring you this [...]]]></description>
				<content:encoded><![CDATA[<p style="font-size: 16px; line-height: 22px;"><span style="color: #333333;">Happy Valentine&#8217;s day for all you Edge Animate lovers! Today we’re introducing version 1.5, with new capabilities and features that allow you to style content with browser-based effects. In the past, these effects could only be achieved by importing multiple graphics. We&#8217;ve been working very hard over the past few months to bring you this updated release, and best of all, it&#8217;s still available for free through any subscription tier of Creative Cloud.</span></p>
<p style="font-size: 16px; line-height: 22px;"><a href="http://html.adobe.com/edge/animate/" target="_blank">Download Edge Animate</a></p>
<p>&nbsp;</p>
<h2></h2>
<h2>CSS Built-In Filters</h2>
<p>Up until now, special effects and UI transitions could only be accomplished by stacking multiple images and using transitions to reveal and hide each layer. This increases the payload of your website and forces you to control multiple stacks of imagery instead of a single element. With CSS filters, you can now apply effects which were previously only available to you in image editing software like Photoshop. Filters are especially powerful in Animate and can be used on more than just images. You can apply filters to images, text, divs and symbols.</p>
<div id="attachment_640" class="wp-caption alignnone" style="width: 310px"><a href="http://blogs.adobe.com/edge/files/2013/02/filters.png"><img class="size-medium wp-image-640" alt="CSS built-in filters" src="http://blogs.adobe.com/edge/files/2013/02/filters-300x184.png" width="300" height="184" /></a><p class="wp-caption-text">CSS built-in filters</p></div>
<p>Since filters are a highly experimental feature, they’re still making their way into all the popular browser channels. Currently CSS filters are only supported in Chrome, Safari, iOS6 and Blackberry 10 browsers, but if you’re targeting a mobile-first experience or want to add some flair to your site with graceful degradation, give them a try.</p>
<p>&nbsp;</p>
<h2></h2>
<h2>Gradient Support</h2>
<p>Gradients in Animate not only allow you to style your elements, but they’re fully animatable like any other property. This enables you to go beyond typical styling and create some interesting 2.5D effects by emulating light and depth. In this example, I&#8217;ve used a CSS filter shadow with a radial gradient to give the illusion of light being cast on the sphere. The new gradients panel allows you to apply linear or radial gradients and adjust the gradient positioning for fine-grained control. You can also choose how a radial is applied based on properties available in CSS by click-holding the radial icon.</p>
<div id="attachment_641" class="wp-caption alignnone" style="width: 310px"><a href="http://blogs.adobe.com/edge/files/2013/02/gradient.png"><img class="size-medium wp-image-641" alt="Editable gradients." src="http://blogs.adobe.com/edge/files/2013/02/gradient-300x184.png" width="300" height="184" /></a><p class="wp-caption-text">Animatable gradients.</p></div>
<p>&nbsp;</p>
<h2></h2>
<h2>Typography enhancements with Edge Web Fonts</h2>
<p>No longer do you have to manually juggle code to add fonts to your Animate compositions. Edge Web Fonts gives you access to a vast library of fonts made possible by contributions from Adobe, Google and designers around the world. Edge Web Fonts are powered by Typekit, so you can be assured of high performance and stability. This will make it much easier for you to control typography at production time. Sort your fonts by style and add as many as you want to your font library. The Edge Web Font service is completely free and there’s no limit to how many fonts you can add to your content.</p>
<div id="attachment_639" class="wp-caption alignnone" style="width: 310px"><a href="http://blogs.adobe.com/edge/files/2013/02/ewf.png"><img class="size-medium wp-image-639" alt="Control typography with Edge Web Fonts." src="http://blogs.adobe.com/edge/files/2013/02/ewf-300x205.png" width="300" height="205" /></a><p class="wp-caption-text">Control typography with Edge Web Fonts.</p></div>
<p>&nbsp;</p>
<h2></h2>
<p><a href="http://youtu.be/5QYt3ghytIw" target="_blank">Check out the above features in action on YouTube.</a></p>
<p>To learn more about what you can find with this update, visit the <a href="http://helpx.adobe.com/edge-animate/release-note/release-notes-edge-animate.html">Edge Animate release notes.</a> Thanks for using Animate, and we hope you enjoy this update available for download <a href="http://html.adobe.com/edge/animate/">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2013/02/14/adobe-edge-animate-1-5-is-here-bringing-new-design-capabilities-to-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Edge Animate 1.01 is now available!</title>
		<link>http://blogs.adobe.com/edge/2012/12/14/adobe-edge-animate-1-01-is-now-available/</link>
		<comments>http://blogs.adobe.com/edge/2012/12/14/adobe-edge-animate-1-01-is-now-available/#comments</comments>
		<pubDate>Fri, 14 Dec 2012 17:39:37 +0000</pubDate>
		<dc:creator>sahunt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=632</guid>
		<description><![CDATA[The first official Adobe Edge Animate update is now available, containing several performance improvements and bug fixes. This update is recommended for all users and contains the following updates: Added support for Edge Web Fonts Performance improvements on published content iOS 6 fix for multiple compositions embedded via iFrame and Adobe DPS Various fixes to [...]]]></description>
				<content:encoded><![CDATA[<p>The first official Adobe Edge Animate update is now available, containing several performance improvements and bug fixes. This update is recommended for all users and contains the following updates:</p>
<ul>
<li>Added support for Edge Web Fonts</li>
<li>Performance improvements on published content</li>
<li>iOS 6 fix for multiple compositions embedded via iFrame and Adobe DPS</li>
<li>Various fixes to improve application stability</li>
</ul>
<p>To better understand the features that matter most to our users, this update also includes the ability to report back anonymous data related to the usage of specific features in Edge Animate. This information will help our team make more informed decisions for prioritization and focus on particular features. The Edge Animate team has had a very close relationship with our users during the development of 1.0, and their feedback influenced the product greatly. This update allows you to speak to us through your actions in the application.</p>
<p>To install the update, click on the &#8220;Update Available&#8221; banner on the EA welcome screen. Download instructions and release notes can also be found <a href="http://helpx.adobe.com/edge-animate/release-note/release-notes-edge-animate.html">here</a>.</p>
<p>Thanks everyone for using Adobe Edge Animate, and happy animating!</p>
<p>Sarah Hunt<br />
Product Manager</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2012/12/14/adobe-edge-animate-1-01-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Edge Animate 1.0 is available now, with a surprise!</title>
		<link>http://blogs.adobe.com/edge/2012/09/24/adobe-edge-animate-1-0-is-available-now-with-a-surprise/</link>
		<comments>http://blogs.adobe.com/edge/2012/09/24/adobe-edge-animate-1-0-is-available-now-with-a-surprise/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 17:35:55 +0000</pubDate>
		<dc:creator>Rich Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=609</guid>
		<description><![CDATA[The day has finally come — Adobe Edge Animate 1.0 is here! We&#8217;re proud to announce that the first commercial version is now available from the Adobe Creative Cloud, as a perpetual (non-expiring) product. The surprise is that it&#8217;s FREE as an introductory offer, as a thank you for the tons of feedback we received [...]]]></description>
				<content:encoded><![CDATA[<p>The day has finally come — <a href="http://html.adobe.com/edge/animate/">Adobe Edge Animate 1.0</a> is here! We&#8217;re proud to announce that the first commercial version is now available from the Adobe Creative Cloud, as a perpetual (non-expiring) product. The surprise is that it&#8217;s FREE as an introductory offer, as a thank you for the tons of feedback we received during the preview phase, helping us get to version 1.0. We hope by making it free, we&#8217;ll get even more feedback and adoption. If you&#8217;re new to the Creative Cloud, all you need to download Edge Animate for free is go to <a href="https://creative.adobe.com/">creative.adobe.com</a> and sign up for a membership. You&#8217;ll also have access to other<a href="http://html.adobe.com/edge/" target="_blank"> Adobe Edge Tools &amp; Services</a>, such as Edge Inspect and PhoneGap Build.</p>
<p><a class="lightbox" title="Adobe_Edge_Animate_mnemonic_RGB" href="http://blogs.adobe.com/edge/files/2012/09/Adobe_Edge_Animate_mnemonic_RGB_256px.png"><img class=" wp-image-607  " title="Adobe_Edge_Animate_mnemonic_RGB_128px" src="http://blogs.adobe.com/edge/files/2012/09/Adobe_Edge_Animate_mnemonic_RGB_256px.png" alt="New mnemonic for Adobe Edge Animate" width="128" height="128" /></a></p>
<p><strong>Concluding the Preview Period</strong></p>
<p>It&#8217;s been a thrilling ride for the Edge Animate team, since we first sneaked an experimental prototype of it at MAX 2010. Less than a year later, on August 1, 2011, we released Preview 1 on Adobe Labs. We really didn&#8217;t know how it would be received, but the response was overwhelming — there were 70K downloads on the first day, and major press coverage from publications like Cnet, USA Today, The New York Times, and Mac World. However, the most surprising aspect was that users were already showing off what they made with it within the first 12 hours of launch. It was incredible and flattering to know people had downloaded Preview 1, figured out how to use it, and posted their work on production sites in less than a day.</p>
<p>Looking back, some of us feel that Preview 1 was released too early. It only had a single timeline and couldn&#8217;t handle user interactions at all. Just about the only thing you could do with it was create a static, linear animation. There was concern that people would look at the tool and write it off as too basic or primitive for real-world use. We made a conscious decision to release early and often, taking in user feedback to help us improve it. Our development philosophy was very different from what people came to expect from Adobe. In just over a year, we released six more previews. Each release incorporated user feedback and had a mix of major and incremental  improvements to the previous version. There were over half a million downloads during the preview phase, and as I mentioned earlier, the feedback we received was instrumental in making Edge Animate 1.0 what it is today.</p>
<p>Here&#8217;s a quick summary of the major enhancements of each Preview:</p>
<ul>
<li>Preview 1 (8/1/11) &#8211; Single timeline, import graphic files, open HTML files</li>
<li>Preview 2 (9/7/11) &#8211; Fit and finish improvements and bug fixes</li>
<li>Preview 3 (10/1/11) &#8211; Interactivity and access to the Edge Animate API</li>
<li>Preview 4 (1/19/12) &#8211; Symbols, web fonts, element display lifetime</li>
<li>Preview 5 (3/11/12) &#8211; Optimized publishing options, down-level support for non-HTML5 browsers</li>
<li>Preview 6 (5/10/12) &#8211; Built-in lessons, localized in six languages, DPS and iBooks publishing</li>
<li>Preview 7 (8/20/12) &#8211; Resizable layouts, new drawing tools, stage improvements</li>
</ul>
<p>We plan on releasing more updates to Edge Animate, to add new capabilities as well incorporating more feedback. Stay tuned for more news! With that said, please download Edge Animate 1.0 and let us know what you think!</p>
<p>Thanks,</p>
<p>Rich Lee<br />
Product Marketing Manager</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2012/09/24/adobe-edge-animate-1-0-is-available-now-with-a-surprise/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Edge Animate Preview 7 is now available</title>
		<link>http://blogs.adobe.com/edge/2012/08/20/edge-animate-preview-7-is-now-available/</link>
		<comments>http://blogs.adobe.com/edge/2012/08/20/edge-animate-preview-7-is-now-available/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 03:44:44 +0000</pubDate>
		<dc:creator>Rich Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=598</guid>
		<description><![CDATA[Today we have some big news – Preview 7 has just been released, and our new name is now Edge Animate. Starting with this release, the name has changed from Edge to Edge Animate. Edge has been renamed to better reflect its capabilities as a tool to create animated, interactive content. Preview 7 is a [...]]]></description>
				<content:encoded><![CDATA[<p>Today we have some big news – <a href="http://labs.adobe.com/technologies/edge/" target="_blank">Preview 7</a> has just been released, and our new name is now Edge Animate.</p>
<p>Starting with this release, the name has changed from Edge to Edge Animate. Edge has been renamed to better reflect its capabilities as a tool to create animated, interactive content.</p>
<p>Preview 7 is a major update that our team is VERY excited about. We’ve been hard at work since Preview 6 launched in May, and added a lot of features to make your compositions more compelling and easier to create. Here’s a quick snapshot of what’s new:</p>
<ul>
<li><strong>Resizable Layouts:</strong> Enable your projects to adapt to different screen sizes.</li>
<li><strong>Creativity Tools:</strong> New ellipse tool, box and text shadows, more robust text editing.</li>
<li><strong>Stage Improvements:</strong> Rulers, guides, resizable stage, and positioning</li>
<li><strong>Timeline Improvements:</strong> Adjust snapping, time-based increments that emulate FPS, visible grid.</li>
<li><strong>Keyframe Improvements:</strong> Lots of improvements were made to make it easier and faster to work with keyframes.</li>
<li><strong>Usability Enhancements:</strong> Grouping, refreshed properties panel, new keyboard shortcuts, and more.</li>
<li><strong>Updated Code Editor:</strong> Re-skinned code tree, updates to symbols, error prompts.</li>
<li><strong>Accessibility:</strong> Publish screen-reader friendly HTML tags.</li>
</ul>
<p>Our team leader Mark Anders just released a new <a href="http://tv.adobe.com/watch/adobe-edge-preview/introducing-edge-animate-preview-7/" target="_blank">video</a> that shows Preview 7 in action.</p>
<p>Be sure to check out the complete list of new features <a href="http://edge.adobe.com/features.html#preview7" target="_blank">here</a>. You can also see all the features we’ve added since Preview 1 launched a little over a year ago.</p>
<p>We hope you’re excited about Preview 7 – please get the complimentary download <a href="http://labs.adobe.com/technologies/edge/" target="_blank">here</a> and let us know what you think!</p>
<p>Cheers,<br />
Rich</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2012/08/20/edge-animate-preview-7-is-now-available/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Preview 6.1 is here, fixing issues with Firefox 14</title>
		<link>http://blogs.adobe.com/edge/2012/07/25/preview-6-1-is-here-fixing-issues-with-firefox-14/</link>
		<comments>http://blogs.adobe.com/edge/2012/07/25/preview-6-1-is-here-fixing-issues-with-firefox-14/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 03:58:17 +0000</pubDate>
		<dc:creator>sahunt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=561</guid>
		<description><![CDATA[Firefox 14 was released out of beta last week, and with it came a surprise to our users – Edge animations stopped running in Firefox! Our team has been working diligently to provide a fix, which we released today as Adobe Edge preview 6.1 – more on that below. I also wanted to take this [...]]]></description>
				<content:encoded><![CDATA[<p>Firefox 14 was released out of beta last week, and with it came a surprise to our users – Edge animations stopped running in Firefox! Our team has been working diligently to provide a fix, which we released today as Adobe Edge preview 6.1 – more on that below. I also wanted to take this opportunity to explain what caused the issue.</p>
<p>CSS3 is still officially in a draft state. This is why browser prefixes (-moz, -o, -webkit, -ms) have become rampant in web development, and it&#8217;s really up to the browsers to decide how they want to implement and render the spec. The challenge for Edge is to try to stay ahead of the game and adapt quickly when things change in a major release.</p>
<p>&nbsp;</p>
<h2>What went wrong?</h2>
<p>With the release of Firefox 14 came a change in the transform spec. Previously the CSS transform spec outlined <a href="http://www.w3schools.com/css3/css3_2dtransforms.asp" target="_blank">here</a> had the following syntax for specifying skew:</p>
<p>-moz-transform: skew(30deg,20deg);</p>
<p>It has now been changed to only support the individual axis.</p>
<p>transform: scaleX(sx);<br />
transform: scaleY(sy);</p>
<p>More information on the Firefox animation spec can be found <a href="https://developer.mozilla.org/en/CSS/transform" target="_blank">here</a>.</p>
<p>The problem was that just about all Edge animations utilize the transform property, and even if your composition didn&#8217;t modify the skew property, the animation would drop the whole transform declaration since it is part of the “transform” CSS property.</p>
<h2>How do I fix it?</h2>
<p>Our team has devised a remedy for the problem, and it is available today as Adobe Edge preview 6.1.  You can download it from <a href="http://labs.adobe.com/technologies/edge/">Adobe Labs</a> or via the Creative Cloud. After you install it, all you&#8217;ll have to do is resave your project(s) and it will work in Firefox. Alternatively, you can simply swap out the runtime files without having to reload the composition in the app.</p>
<p>We live in a wonderful time where the web is evolving to give us new capabilities, though sometimes that involves some growing pains. Thank you everyone for your patience.</p>
<p><a href="http://labs.adobe.com/technologies/edge/">Download Edge 6.1 now.</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2012/07/25/preview-6-1-is-here-fixing-issues-with-firefox-14/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tutorial: Leveraging Independent Symbol Timelines</title>
		<link>http://blogs.adobe.com/edge/2012/07/18/tutorial-leveraging-independent-symbol-timelines/</link>
		<comments>http://blogs.adobe.com/edge/2012/07/18/tutorial-leveraging-independent-symbol-timelines/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 18:21:16 +0000</pubDate>
		<dc:creator>Elaine</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=492</guid>
		<description><![CDATA[Introduction Recently, I put together a simple project for an Edge user who was having what I would consider a fairly standard problem: he had one timeline, and couldn&#8217;t figure out how to use this single timeline to display an arbitrary set of objects.  In his case, he wanted to animate a series of magazine [...]]]></description>
				<content:encoded><![CDATA[<h2>Introduction</h2>
<p>Recently, I put together a simple project for an Edge user who was having what I would consider a fairly standard problem: he had one timeline, and couldn&#8217;t figure out how to use this single timeline to display an arbitrary set of objects.  In his case, he wanted to animate a series of magazine covers for a particular year, and then allow the user to select any year from buttons on his main timeline.  Once the button was clicked, he wanted the existing covers to animate out, and the new ones to animate in.  Now, there are ways to do this on a single timeline, but it seemed like a job for symbols and variables.</p>
<p><strong> This article is intended for novice users of Edge who may not have a deep coding background.</strong></p>
<p>Topics covered in this article:</p>
<ul>
<li>getting and setting variables</li>
<li>symbol timelines</li>
<li>basic triggers</li>
<li>basic interactivity</li>
<li>overflow</li>
<li>autoplay</li>
<li>basic animation and easing</li>
</ul>
<p>The screen shots and project files from this post are based on Edge Preview 6, which is available for free on <a href="http://labs.adobe.com/technologies/edge/">Adobe Labs</a> or via the Adobe Creative Cloud.</p>
<p><a href="http://blogs.adobe.com/edge/files/2012/07/usingSymbols.zip">Download the finished project files</a><br />
<a href="http://www.gotspit.com/edge/usingSymbols/">See a live example</a></p>
<h2>Creating the First Symbol</h2>
<div id="attachment_514" class="wp-caption alignleft" style="width: 310px"><a class="lightbox" title="Creating Symbols" href="http://blogs.adobe.com/edge/files/2012/07/001-creating-symbols.png"><img class="size-medium wp-image-514" title="Creating Symbols" src="http://blogs.adobe.com/edge/files/2012/07/001-creating-symbols-300x161.png" alt="Right click after multiselecting to convert to a symbol." width="300" height="161" /></a><p class="wp-caption-text">Right click after multiselecting to convert to a symbol.</p></div>
<p>We&#8217;re going to first start this project with three mock magazine covers.  Create one rectangle and copy them twice to create three identical Rectangles, then change the name of each one of the Rectangles to something more significant, like &#8220;title1,&#8221; title2,&#8221; and &#8220;title3.&#8221;  Multi-select these Rectangles by clicking the first one and shift-clicking on the others, then convert all three to a single symbol by using the context menu (right click) to select &#8220;Convert to Symbol…&#8221;  Since it&#8217;s a bunch of red rectangles, name the symbol &#8220;red.&#8221;  By default, Edge creates an element with the new symbol name and places it on the stage in the same place as your original assets.  It&#8217;s critical to remember that a symbol is more like a template or definition &#8211; in fact, you can have multiple elements deriving from the same symbol.  That being said, in this project, we will have a single element per symbol.</p>
<p>Now, enter the symbol editing mode by double clicking on the icon next to the symbol&#8217;s name in the Library panel.  Once inside this substage, we can begin creating our animation!</p>
<div id="attachment_515" class="wp-caption alignnone" style="width: 251px"><a class="lightbox" title="The Symbol Icon" href="http://blogs.adobe.com/edge/files/2012/07/002-symbol-icon.png"><img class="size-full wp-image-515" title="The Symbol Icon" src="http://blogs.adobe.com/edge/files/2012/07/002-symbol-icon.png" alt="You can find the symbol icon under the &quot;symbols&quot; section in the Library Panel, next to the name of your symbol." width="241" height="185" /></a><p class="wp-caption-text">You can find the symbol icon under the &#8220;symbols&#8221; section in the Library Panel, next to the name of your symbol.</p></div>
<p>&nbsp;</p>
<h2>Animating In and Animating Out</h2>
<div id="attachment_516" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="Animating" href="http://blogs.adobe.com/edge/files/2012/07/003-animating.png"><img class="size-medium wp-image-516" title="Animating" src="http://blogs.adobe.com/edge/files/2012/07/003-animating-300x118.png" alt="You can create using the Pin or using keyframes.  For more information, see the two lessons about Animation when you first launch Edge." width="300" height="118" /></a><p class="wp-caption-text">You can create using the Pin or using keyframes. For more information, see the two lessons about Animation when you first launch Edge.</p></div>
<div id="attachment_517" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="Easing" href="http://blogs.adobe.com/edge/files/2012/07/004-easing.png"><img class="size-medium wp-image-517" title="Easing" src="http://blogs.adobe.com/edge/files/2012/07/004-easing-300x103.png" alt="For a more customized rate of motion, select the Easing button on the Timeline Panel." width="300" height="103" /></a><p class="wp-caption-text">For a more customized rate of motion, select the Easing button on the Timeline Panel.</p></div>
<p>For this example, we&#8217;re going to begin with a very simple animation of each one of the rectangles zipping in from the right.  With a quick application of easing (easeIn/quad), we have a neat animation in.  I won&#8217;t go too much into detail here, as there are video introductions and lessons within Edge to introduce you to animation, using keyframes, and using the Pin.</p>
<div id="attachment_518" class="wp-caption alignleft" style="width: 310px"><a class="lightbox" title="Add a Trigger" href="http://blogs.adobe.com/edge/files/2012/07/005-trigger.png"><img class="size-medium wp-image-518" title="Add a Trigger" src="http://blogs.adobe.com/edge/files/2012/07/005-trigger-300x157.png" alt="Move the playhead to a point on the Timeline and press Ctrl-T (Win) or Cmd-T (Mac) to insert a trigger." width="300" height="157" /></a><p class="wp-caption-text">Move the playhead to a point on the Timeline and press Ctrl-T (Win) or Cmd-T (Mac) to insert a trigger.</p></div>
<p>At this point, we want the animation to stop and wait for some user input.  Move the playhead to the end of the animation and place a trigger (Ctrl/Cmd-T) at that point.  In the actions pop-up window, type in the command to stop the playback, which is &#8220;sym.stop();&#8221;  You can also click on the top button on the right side, &#8220;Stop,&#8221; and it will insert the same code you just typed in.</p>
<p>Now that we&#8217;ve animated in, let&#8217;s work on the outgoing animation.  Move the playhead to 2 seconds in the timeline and create a transition for each item to the left, once again applying easing (easeOut/quad) to make the animation seem like it&#8217;s scooting out to the left.</p>
<div id="attachment_519" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="Finished Animation" href="http://blogs.adobe.com/edge/files/2012/07/006-finished-animation.png"><img class="size-medium wp-image-519" title="Finished Animation" src="http://blogs.adobe.com/edge/files/2012/07/006-finished-animation-300x49.png" alt="Once your basic animations are complete, your Timeline should look something like this." width="300" height="49" /></a><p class="wp-caption-text">Once your basic animations are complete, your Timeline should look something like this.</p></div>
<p>Next, set up reference points within the timeline so we know where our animation starts.  Move the playhead to the beginning of each section of animations and press Ctrl/Cmd-L to create a label.  Name one called &#8220;in&#8221; and another called &#8220;out&#8221; so that you can reference them in your code.</p>
<div id="attachment_520" class="wp-caption alignnone" style="width: 204px"><a class="lightbox" title="Creating Labels" href="http://blogs.adobe.com/edge/files/2012/07/007-label-in-out.png"><img class="size-full wp-image-520" title="Creating Labels" src="http://blogs.adobe.com/edge/files/2012/07/007-label-in-out.png" alt="Labels help you reference load points on the Timeline." width="194" height="167" /></a><p class="wp-caption-text">Labels help you reference load points on the Timeline.</p></div>
<p>&nbsp;</p>
<h2>Adjusting the Visibility</h2>
<div id="attachment_521" class="wp-caption alignright" style="width: 230px"><a class="lightbox" title="Autoplay" href="http://blogs.adobe.com/edge/files/2012/07/008-autoplay.png"><img class="size-full wp-image-521" title="Autoplay" src="http://blogs.adobe.com/edge/files/2012/07/008-autoplay.png" alt="You can find the Autoplay setting on every stage, including the main Stage." width="220" height="218" /></a><p class="wp-caption-text">You can find the Autoplay setting on every stage, including the main Stage.</p></div>
<p>The last couple of things we need to do before we begin adding interactivity have to do with how the symbol displays on the stage.  First, we want to make sure that this symbol doesn&#8217;t automatically play &#8211; after all, we want the mouse clicks to handle the animation in and animation out.  Since the autoplay setting is checked by default when we create the symbol, change it by clicking first on the stage background to get the symbol properties, then uncheck the &#8220;Autoplay&#8221; checkbox.</p>
<p>Now that we have our completed symbol, we can return to the main stage and look at the symbol in the context of the stage.  As you can see from the screenshot, you won&#8217;t actually see anything directly on the Edge stage. If you select &#8220;red&#8221; in the elements panel, you can see that the bounding box goes way off the stage to the right.</p>
<p>However, if &#8220;Autoplay&#8221; for the symbol were set and you were to preview in browser, you might actually see the elements before they begin animating &#8211; not good if we don&#8217;t want the user to see the assets before they display in the animation.  What we really want is a way for the Stage to be the bounding box for the visibility of the animation &#8211; almost like a cropped view.  In order to do this, you should change the overflow setting by clicking on the Stage (anywhere in the window, or on the Stage element in the Elements Panel), and then switching Overflow from &#8220;visible&#8221; to &#8220;hidden.&#8221;  This will hide anything that&#8217;s offstage, so we get a clean animation in.</p>
<p>&nbsp;</p>
<div id="attachment_522" class="wp-caption alignnone" style="width: 206px"><a class="lightbox" title="Setting Overflow to Hidden" href="http://blogs.adobe.com/edge/files/2012/07/009-overflow-hidden.png"><img class="size-medium wp-image-522" title="Setting Overflow to Hidden" src="http://blogs.adobe.com/edge/files/2012/07/009-overflow-hidden-196x300.png" alt="By setting the overflow, you can determine whether your animation has scrollbars or simply hides everything that's off-Stage." width="196" height="300" /></a><p class="wp-caption-text">By setting the overflow, you can determine whether your animation has scrollbars or simply hides everything that&#8217;s off-Stage.</p></div>
<h2>Adding Interactivity</h2>
<div id="attachment_523" class="wp-caption alignright" style="width: 310px"><a class="lightbox" title="Adding a Click Handler" href="http://blogs.adobe.com/edge/files/2012/07/010-add-click.png"><img class="size-medium wp-image-523" title="Adding a Click Handler" src="http://blogs.adobe.com/edge/files/2012/07/010-add-click-300x160.png" alt="There are other event handlers you can choose, including some meant for touch devices." width="300" height="160" /></a><p class="wp-caption-text">There are other event handlers you can choose, including some meant for touch devices.</p></div>
<p>Now we&#8217;re ready to add in the animation in on a click!  Draw another rectangle on the stage with the same red to be your button, and name it &#8220;redButton.&#8221;  Once you have it placed where you want it to be, add in a simple response to a click by selecting the actions button, either in the Elements Panel or in the Properties Panel.  You can also right click on the element and select &#8220;Add Action.&#8221;</p>
<p>Once inside the actions editor, insert the code to reference the symbol and play its timeline from a label:</p>
<pre>   sym.getSymbol("red").play("in");</pre>
<p>As a side note, getSymbol always refers to the element name and not the symbol name.  In this case, they&#8217;re both set to &#8220;red.&#8221;</p>
<p>At this point, if you preview in browser and click on the small red button, the rectangles zip in correctly.</p>
<p>&nbsp;</p>
<h2>The Second Animation</h2>
<div id="attachment_524" class="wp-caption alignright" style="width: 160px"><a class="lightbox" title="Duplicating a Symbol" href="http://blogs.adobe.com/edge/files/2012/07/011-duplicate-symbol.png"><img class="size-thumbnail wp-image-524" title="Duplicating a Symbol" src="http://blogs.adobe.com/edge/files/2012/07/011-duplicate-symbol-150x150.png" alt="Protip: Use the symbol export view to transfer symbols between compositions, machines, or even between two people." width="150" height="150" /></a><p class="wp-caption-text">Protip: Use the symbol export view to transfer symbols between compositions, machines, or even between two people.</p></div>
<p>Now that we have an animation in, we can work on the animation out while a second set of rectangles (read: magazine covers) transitions in.  In order to do this, first duplicate the symbol (let&#8217;s call this one &#8220;blue&#8221;) and change the colors of each one of the rectangles by editing the symbol.  Also, duplicate the button to make a blue button as well.  Finally, drag the blue symbol onto the stage, aligning it perfectly with the &#8220;red&#8221; element on the stage so that it sits right on top of one another.  (Hint: select &#8220;red&#8221; before dragging blue on stage to align one object on top of the other.)</p>
<div id="attachment_526" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="Aligning Two Objects on Top of One Another" href="http://blogs.adobe.com/edge/files/2012/07/012-drag-align.png"><img class="size-medium wp-image-526" title="Aligning Two Objects on Top of One Another" src="http://blogs.adobe.com/edge/files/2012/07/012-drag-align-300x112.png" alt="You can also snap to an object's side and resize so that it's the same size as another object on the Stage." width="300" height="112" /></a><p class="wp-caption-text">You can also snap to an object&#8217;s side and resize so that it&#8217;s the same size as another object on the Stage.</p></div>
<p>This is the point where we have to do some planning &#8211; what happens when the user pushes the second button?  Well, we want whatever is on the stage to animate offstage, and then whatever color button the user pushes to animate onstage.  That should be relatively easy to do if I only have two buttons, but what happens if we have three or more?  The answer is simple: state management.</p>
<p>For the non-programmers out there, you can interpret this to mean: &#8220;Where am I?  What&#8217;s on the stage right now?&#8221;  All you need to do is to create a variable to hold information on what element is currently displayed on the stage.  Then, we can refer to that variable when we do the animate out.</p>
<div id="attachment_527" class="wp-caption alignright" style="width: 310px"><a class="lightbox" title="compositionReady event" href="http://blogs.adobe.com/edge/files/2012/07/013-composition-ready.png"><img class="size-medium wp-image-527" title="compositionReady event" src="http://blogs.adobe.com/edge/files/2012/07/013-composition-ready-300x153.png" alt="In addition to the compositionReady event, there are other Stage events that can be useful, including keystroke events for better user interaction." width="300" height="153" /></a><p class="wp-caption-text">In addition to the compositionReady event, there are other Stage events that can be useful, including keystroke events for better user interaction.</p></div>
<p>First, let&#8217;s start out by initializing the variable when we first load our composition.  The Stage&#8217;s compositionReady event is the one I want to target:</p>
<pre>   sym.setVariable("current", "");</pre>
<p>Since there&#8217;s nothing on the stage to begin with, set it to an empty string.</p>
<p>Then, at the end of the code for both redButton and blueButton, add code to set the &#8220;current&#8221; variable to that color.  For instance, in redButton&#8217;s click event:</p>
<pre>   sym.setVariable("current", "red");</pre>
<p>Now, all that&#8217;s left is to check what the current object is and animate that out.  In this case:</p>
<pre>   var current = sym.getVariable("current");
   if (current != "") {
      sym.getSymbol(current).play("out");
   }</pre>
<p>Our total code in each button should look something like this (for instance, in redButton click):</p>
<pre>   var current = sym.getVariable("current");
   if (current != "") {
      sym.getSymbol(current).play("out");
   }
   sym.getSymbol("red").play("in");
   sym.setVariable("current", "red");</pre>
<p>&nbsp;</p>
<p>So, if the user clicks on on blue and red is already on the stage, red should play &#8220;out&#8221; and blue should play &#8220;in.&#8221;</p>
<p>&nbsp;</p>
<h2>But Wait&#8230;!</h2>
<p>It seems like we&#8217;re 90% there, but there&#8217;s one major problem &#8211; the animations are running over each other!  In fact, the rectangles are animating in at the same time as the previous set is animating out.  What we really need is a little bit of buffer time before the animation in happens.  Now, there&#8217;s code to do this, but the easiest way is to move our animations over and add another second and a half of buffer time in order to allow the animation out to happen before we do the animation in.</p>
<div id="attachment_528" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="Highlight All" href="http://blogs.adobe.com/edge/files/2012/07/014-highlight-all.png"><img class="size-medium wp-image-528" title="Highlight All" src="http://blogs.adobe.com/edge/files/2012/07/014-highlight-all-300x81.png" alt="Before: You can also move individual keyframes left and right along the timeline." width="300" height="81" /></a><p class="wp-caption-text">Before: You can also move individual keyframes left and right along the timeline.</p></div>
<div id="attachment_529" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="After Shift" href="http://blogs.adobe.com/edge/files/2012/07/015-final-shift.png"><img class="size-medium wp-image-529" title="After Shift" src="http://blogs.adobe.com/edge/files/2012/07/015-final-shift-300x81.png" alt="This extra space in our timeline allows for the animation out to occur." width="300" height="81" /></a><p class="wp-caption-text">After: This extra space in our timeline allows for the animation out to occur.</p></div>
<p>At this point, when you preview, switching back and forth between blue and red looks really good, but the initial click now has a second and a half delay.  Easy enough to handle &#8211; we&#8217;re now going to add another label called &#8220;shortIn,&#8221; which doesn&#8217;t have the long lead time.  Then, you can insert some code that will play the short intro if we&#8217;re at the very beginning (meaning, if current is set to the empty string).</p>
<div id="attachment_530" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="shortIn Label" href="http://blogs.adobe.com/edge/files/2012/07/016-shortIn.png"><img class="size-medium wp-image-530" title="shortIn Label" src="http://blogs.adobe.com/edge/files/2012/07/016-shortIn-300x81.png" alt="This new label will allow me two options - either to begin my animation immediately or to take a second and a half to begin my animation." width="300" height="81" /></a><p class="wp-caption-text">This new label will allow me two options &#8211; either to begin my animation immediately or to take a second and a half to begin my animation.</p></div>
<p>Our total code, then, looks like (in redButton click):</p>
<pre>   var current = sym.getVariable("current");
   if (current != "") {
      sym.getSymbol(current).play("out");
      sym.getSymbol("red").play("in");
   }
   else {
      sym.getSymbol("red").play("shortIn");
   }
   sym.setVariable("current", "red");</pre>
<p>In my final version, I&#8217;ve also included a green button to demonstrate that adding another button doesn&#8217;t require a whole lot of work.</p>
<p><a href="http://blogs.adobe.com/edge/files/2012/07/usingSymbols.zip">Download</a> the final project files here.</p>
<p>Have questions?  Join us in the <a href="http://forums.adobe.com/community/labs/edge/">Labs Forums</a> and search to discover if someone has already asked (and answered) your question, or add a post to ask your question!  Also, check out the <a href="http://edge.adobe.com/">Edge microsite</a>, with lots of downloadable goodies and project files.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2012/07/18/tutorial-leveraging-independent-symbol-timelines/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Would you like some statistics with that?</title>
		<link>http://blogs.adobe.com/edge/2012/06/29/would-you-like-some-statistics-with-that/</link>
		<comments>http://blogs.adobe.com/edge/2012/06/29/would-you-like-some-statistics-with-that/#comments</comments>
		<pubDate>Fri, 29 Jun 2012 13:10:06 +0000</pubDate>
		<dc:creator>sahunt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=456</guid>
		<description><![CDATA[For those of you using Google Analytics, I&#8217;ll show you how to use tracking events in Edge to monitor statistics for events executed in your Edge compositions (Adobe also offers a web analytics solution called SiteCatalyst, which we may cover later). Preview the sample file. Download the sample file. Set up your analytics account Visit [...]]]></description>
				<content:encoded><![CDATA[<p style="font-size: 16px; line-height: 22px;"><span style="color: #333333;">For those of you using Google Analytics, I&#8217;ll show you how to use tracking events in Edge to monitor statistics for events executed in your Edge compositions (Adobe also offers a web analytics solution called <a href="http://www.omniture.com/en/products/analytics/sitecatalyst" target="_blank">SiteCatalyst,</a> which we may cover later).</span></p>
<p><a title="Sample" href="http://blogs.adobe.com/wp-content/themes/AdobeEdge/edge_comps/Tracking/events.html" target="_blank">Preview the sample file.</a><br />
<a href="http://blogs.adobe.com/wp-content/themes/AdobeEdge/edge_comps/Tracking/edge-event-tracking.zip" target="_blank">Download the sample file.</a></p>
<h2></h2>
<h2>Set up your analytics account</h2>
<p>Visit <a href="http://www.google.com/analytics/" target="_blank">http://www.google.com/analytics/</a> and sign in with your existing account or create a new one.</p>
<p>If you’re integrating your Edge composition with a page that already contains your tracking code, you can skip this step and move onto “Tracking Events in Edge”.</p>
<p>Once logged in, visit the Admin tab to grab your tracking code towards the bottom of the page.</p>
<p><a class="lightbox" title="Grab the analytics code." href="http://blogs.adobe.com/edge/files/2012/06/22.jpg"><img class="alignnone size-medium wp-image-468" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Grab the analytics code." src="http://blogs.adobe.com/edge/files/2012/06/22-300x213.jpg" alt="" width="300" height="213" /></a></p>
<p>&nbsp;</p>
<p>Copy and paste your tracking code into the .html of your Edge composition.</p>
<p><a class="lightbox" title="Paste the code into the &lt;head&gt;" href="http://blogs.adobe.com/edge/files/2012/06/31.jpg"><img class="alignnone size-medium wp-image-463" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Paste the code into the &lt;head&gt;" src="http://blogs.adobe.com/edge/files/2012/06/31-300x239.jpg" alt="" width="300" height="239" /></a></p>
<p>Now that you’re all set up we can begin to track.</p>
<p>&nbsp;</p>
<h2>Tracking Events in Edge</h2>
<p>Event tracking in Edge is actually quite simple. You can track anything bound to an event or have tracking executed automatically via triggers on the timeline. In this example, I’m going to set up event tracking for several events in my composition.</p>
<p>I’ll be using the analytics code for event tracking as documented here using the _trackEvent method. Visit <a title="Google Analytics Tracker Guide" href="https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide" target="_blank">the Google Analytics tracking guide</a> to learn how to use these paramaters.</p>
<p>I’ve set up events in a few different parts of my composition. You can set up as many or as little events as you’d like; I’ve added plenty to give a few examples of events you can track.</p>
<p><a class="lightbox" title="Trigger events" href="http://blogs.adobe.com/edge/files/2012/06/code.jpg"><img class="alignnone size-medium wp-image-464" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Trigger events" src="http://blogs.adobe.com/edge/files/2012/06/code-300x169.jpg" alt="" width="300" height="169" /></a></p>
<h2></h2>
<h2>Ready to upload</h2>
<p>Now that all your tracking code is in place, you’re ready to upload. Once your composition is uploaded to your website Gogle Analytics will start tracking the events. Note: it might take a while between the time the event is fired to when Google receives it.</p>
<p>To view the events on Analytics, Go to Standard Reporting &gt; Content &gt; Events.</p>
<p><a class="lightbox" title="View your events" href="http://blogs.adobe.com/edge/files/2012/06/51.jpg"><img class="alignnone size-medium wp-image-465" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="View your events" src="http://blogs.adobe.com/edge/files/2012/06/51-176x300.jpg" alt="" width="176" height="300" /></a></p>
<p>Once the events are executed, they’ll appear in your analytics report which allows you to get in-depth analysis on how visitors are using your Edge compositions.</p>
<p><a class="lightbox" title="4" href="http://blogs.adobe.com/edge/files/2012/06/41.jpg"><img class="alignnone size-medium wp-image-466" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="4" src="http://blogs.adobe.com/edge/files/2012/06/41-300x88.jpg" alt="" width="300" height="88" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2012/06/29/would-you-like-some-statistics-with-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merging the worlds of Edge and Muse</title>
		<link>http://blogs.adobe.com/edge/2012/06/13/merging-the-worlds-of-edge-and-muse/</link>
		<comments>http://blogs.adobe.com/edge/2012/06/13/merging-the-worlds-of-edge-and-muse/#comments</comments>
		<pubDate>Thu, 14 Jun 2012 01:04:01 +0000</pubDate>
		<dc:creator>sahunt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/edge/?p=410</guid>
		<description><![CDATA[Edit June 16 2012 &#8211; The following post is a way to integrate your Edge content without the use of iframes. For detailed information on how to integrate your Edge compositions using iframes (which will also allow you to preserve your Muse project for editing) visit the Muse documentation page here. This post will show [...]]]></description>
				<content:encoded><![CDATA[<p><em>Edit June 16 2012 &#8211; The following post is a way to integrate your Edge content without the use of iframes. For detailed information on how to integrate your Edge compositions using iframes (which will also allow you to preserve your Muse project for editing) visit the Muse documentation page <a href="http://www.adobekb.com/inserting_edge_content.html" target="_blank">here</a>.</em></p>
<p style="font-size: 16px; line-height: 22px;"><span style="color: #333333;">This post will show you how to integrate your Edge compositions into Adobe Muse. Be warned, this does involve some code – BUT – don’t let this intimidate you! If you’re the type that would rather poke a fork in your eye than code, fear not. All we’ll be doing is copy and pasting. </span></p>
<p style="font-size: 16px; line-height: 22px;"><span style="color: #333333;">This post also assumes you have the basics of Muse and Edge down and is not a tutorial on how to use either. For resources on how to use Muse, check out <a href="http://muse.adobe.com" target="_blank">muse.adobe.com</a>. For resources on how to use Edge, check out <a href="http://edge.adobe.com" target="_blank">edge.adobe.com</a>.</span></p>
<h2>Getting started</h2>
<p><a href="http://blogs.adobe.com/wp-content/themes/AdobeEdge/edge_comps/EdgeToMuse/index.html" target="_blank">View the Page</a><a href="http://blogs.adobe.com/wp-content/themes/AdobeEdge/edge_comps/EdgeToMuse/EdgeToMuse.zip" target="_blank"><br />
Download the sample files</a></p>
<p>I’ve created a very basic site in Muse which has some simple navigation and a placeholder for the banner I will later create in Edge. There’s two caveats to integrating Edge content into Muse;</p>
<ol>
<li>Integrating Edge compositions requires HTML export out of Muse, and therefore you will not be able to edit your site in Muse once the Edge content is integrated. Make sure your site is good to go before publishing. If not, the process of merging your Edge content is fairly easy once you’ve done it a few times so if you need to change your site, you’ll just have to republish and reinput the Edge snippets.</li>
<li>You will not be able to upload your site via Business Catalyst in Muse after you’ve integrated your Edge content, since the site is published as HTML from Muse.</li>
</ol>
<p>With that out of the way, here is the basic site I created.</p>
<p><a class="lightbox" title="Site in Muse" href="http://blogs.adobe.com/edge/files/2012/06/1.jpg"><img style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Site in Muse" src="http://blogs.adobe.com/edge/files/2012/06/1-300x218.jpg" alt="" width="300" height="218" /></a></p>
<p>Once you’ve completed your site, go to the File menu and select “Export as HTML”.</p>
<p><a class="lightbox" title="Export as HTML" href="http://blogs.adobe.com/edge/files/2012/06/2.jpg"><img class="alignnone size-medium wp-image-413" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Export as HTML" src="http://blogs.adobe.com/edge/files/2012/06/2-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>After you publish, you should see something similar to this in your published directory.</p>
<p><a class="lightbox" title="Muse Files" href="http://blogs.adobe.com/edge/files/2012/06/3.jpg"><img class="alignnone size-full wp-image-414" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Muse Files" src="http://blogs.adobe.com/edge/files/2012/06/3.jpg" alt="" width="205" height="135" /></a></p>
<h2>Onto Edge</h2>
<p>In this example, I’ve made a simple banner in Edge which I’ll be putting into my Muse site.</p>
<p><a class="lightbox" title="My Edge Composition" href="http://blogs.adobe.com/edge/files/2012/06/4.jpg"><img class="alignnone size-medium wp-image-415" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="My Edge Composition" src="http://blogs.adobe.com/edge/files/2012/06/4-300x166.jpg" alt="" width="300" height="166" /></a></p>
<p>Save your Edge composition in the same directory as your Muse published content. Your folder should now look something like this:</p>
<p><a class="lightbox" title="5" href="http://blogs.adobe.com/edge/files/2012/06/5.jpg"><img class="alignnone size-full wp-image-416" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Edge and Muse Files" src="http://blogs.adobe.com/edge/files/2012/06/5.jpg" alt="Edge and Muse Files" width="205" height="224" /></a></p>
<h2>And now we code (kind of)</h2>
<p>Put down the fork! By code I really mean copy and paste – we’ll be merging the content between the Edge HTML and the Muse HTML.</p>
<p>Open the two HTML files in the directory you’ve been saving your work in.</p>
<p><a class="lightbox" title="Select These" href="http://blogs.adobe.com/edge/files/2012/06/6.jpg"><img class="alignnone size-full wp-image-417" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Select These" src="http://blogs.adobe.com/edge/files/2012/06/6.jpg" alt="" width="205" height="220" /></a></p>
<p>We’ll start with the Edge HTML. First, copy the following code:</p>
<p><a class="lightbox" title="Copy this code" href="http://blogs.adobe.com/edge/files/2012/06/7.jpg"><img class="alignnone size-medium wp-image-418" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Copy this code" src="http://blogs.adobe.com/edge/files/2012/06/7-300x224.jpg" alt="" width="300" height="224" /></a><br />
Then switch over to the Muse HTML. Look for the closing <code>&lt;/head&gt;</code> tag (there will be only one in the document). This is where we’ll paste the code.</p>
<p>Your Muse HTML should now look like this:</p>
<p><a class="lightbox" title="Muse code" href="http://blogs.adobe.com/edge/files/2012/06/8.jpg"><img class="alignnone size-medium wp-image-419" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Muse code" src="http://blogs.adobe.com/edge/files/2012/06/8-300x225.jpg" alt="" width="300" height="225" /></a></p>
<h2>We’re halfway done!</h2>
<p>Open up the index.css file that Muse exported. If you’re not familiar with CSS, it’s an output file that works similarly to how styles work in InDesign, Illustrator or Photoshop. Muse will export the styles for every element you create defining things like colour, fonts, position, etc.</p>
<p>I know I set my placeholder to 700px wide, so doing a search I can instantly find the name of the placeholder. Make sure the Edge content you create and the placeholder you created in Muse match sizes; if the dimensions are off it can cause your page to style incorrectly.</p>
<p>In this case, the ID of my placeholder is #u141.</p>
<p><a class="lightbox" title="Muse Stylesheet" href="http://blogs.adobe.com/edge/files/2012/06/91.jpg"><img class="alignnone size-medium wp-image-421" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Muse Stylesheet" src="http://blogs.adobe.com/edge/files/2012/06/91-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Now that we know what the ID is of our placeholder, we can integrate our Edge content. Go back to the Muse HTML page and do a search for your ID. ID’s can only exist once on a page, so it will be the only one you find.</p>
<p><a class="lightbox" title="Copy this code" href="http://blogs.adobe.com/edge/files/2012/06/10.jpg"><img class="alignnone size-medium wp-image-422" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Copy this code" src="http://blogs.adobe.com/edge/files/2012/06/10-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>There’s one more line we have to grab from the Edge HTML. Return to the Edge HTML and copy the following line:</p>
<p><a class="lightbox" title="Edge Div" href="http://blogs.adobe.com/edge/files/2012/06/11.jpg"><img class="alignnone size-medium wp-image-425" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Edge Div" src="http://blogs.adobe.com/edge/files/2012/06/11-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>Return to the Muse HTML and paste it in between the <code>&lt;div&gt;</code> tags of our placeholder. It will now look something like this:</p>
<p><a class="lightbox" title="Merge the code" href="http://blogs.adobe.com/edge/files/2012/06/12.jpg"><img class="alignnone size-medium wp-image-426" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="Merge the code" src="http://blogs.adobe.com/edge/files/2012/06/12-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>You’re done! Now your Muse HTML page is ready to go.</p>
<p><a class="lightbox" title="13" href="http://blogs.adobe.com/edge/files/2012/06/131.jpg"><img class="alignnone size-medium wp-image-430" style="box-shadow: 5px 5px 5px rgba(68,68,68,0.6);" title="13" src="http://blogs.adobe.com/edge/files/2012/06/131-300x169.jpg" alt="" width="300" height="169" /></a></p>
<p>Make sure when you deploy your website you include all of the Muse and Edge files.</p>
<p>Since both Edge and Muse are very new products, our efforts have been put into making our individual products better before focusing on cross-product workflows. Edge has already started exploring workflows with other products, including InDesign and iBooks. When it comes to Edge and Muse, is there room for improved integration? Absolutely! However that’s for a future release, as for now you’ll have to get your hands a little dirty to make the two work together.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/edge/2012/06/13/merging-the-worlds-of-edge-and-muse/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
