EDOBE XDOM EM User Manual Page 1

Browse online or download User Manual for Graphics software EDOBE XDOM EM. Adobe Edge Animate CC Help

  • Download
  • Add to my manuals
  • Print
  • Page
    / 138
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews

Summary of Contents

Page 1 - Edge Animate CC

Adobe® Edge Animate CC HelpJune 2014

Page 2 - Legal notices

6Last updated 6/15/2014Chapter 2: Download sample filesDownload samples from AdobeDownload samples from AdobeSample Downloads from Chris Gannon's

Page 3 - Contents

96Use motion pathsLast updated 6/15/2014Let your viewers explore your composition and become active participants. Use Adobe Edge Animate’s built-in co

Page 4

97Use motion pathsLast updated 6/15/2014The project is an interactive photo gallery showing images from Burma. Viewers can watch the short slideshow a

Page 5 - Chapter 1: What's new

98Use motion pathsLast updated 6/15/2014The file includes all the assets already placed on the Stage and the transitions between each image on the Tim

Page 6 - Enhanced Actions editor

99Use motion pathsLast updated 6/15/2014In this lesson, you’ll learn to create nonlinear navigation, meaning the animation doesn’t have to play straig

Page 7

100Use motion pathsLast updated 6/15/2014You can think of JavaScript, jQuery, and the Edge Animate API as different layers of control. The Edge Animat

Page 8 - Insert code snippets

101Use motion pathsLast updated 6/15/20143 In the Timeline panel, click the Insert Trigger button on the top Actions row. You can also choose Timeline

Page 9 - Scrolling hand and zoom tools

102Use motion pathsLast updated 6/15/2014New code appears in the panel, replacing the existing comment. The new code comes with its own comments that

Page 10 - Download samples from Adobe

103Use motion pathsLast updated 6/15/2014Script panel viewing options: The script panel that opens when you add a trigger has several options to help

Page 11 - Use web fonts

104Use motion pathsLast updated 6/15/2014• You can add comments to remind you or others of what you are accomplishing with different parts of the scri

Page 12

105Use motion pathsLast updated 6/15/20144 Drag the file called button2_gray.jpg from the Library panel to the Stage, and position it just below the f

Page 13 - Add audio to animations

7Last updated 6/15/2014Chapter 3: Creating content & importing assetsCreating content for animationCreating content for animationCreating a projec

Page 14 - Play back and control audio

106Use motion pathsLast updated 6/15/2014 Adding the eventsEach element on the Stage can have its own events and actions. Insert code for individual e

Page 15 - Audio actions

107Use motion pathsLast updated 6/15/20142 Select the first option: click.Edge Animate adds a click tab at the top of the panel with an empty script p

Page 16 - Using audio on devices

108Use motion pathsLast updated 6/15/2014Edge Animate adds the code to stop the playhead at a particular position on the Timeline.2 In between the par

Page 17 - Add video to animations

109Use motion pathsLast updated 6/15/20144 Preview your Edge Animate composition in a browser by selecting File > Preview in browser, or pressing C

Page 18 - Playback and control video

110Use motion pathsLast updated 6/15/20146 Add similar click events to all the other grayscale thumbnail images, with the Stop at option. Be sure to c

Page 19 - Preload video

111Use motion pathsLast updated 6/15/2014In non-Full Code mode, you can select the code for the individual elements or triggers on the Stage on the le

Page 20 - Using video on devices

112Use motion pathsLast updated 6/15/20144 If you want to delete an event or trigger from the Code panel, right-click on the event or trigger from the

Page 21 - Import sprite sheets

113Use motion pathsLast updated 6/15/2014Click on the arrow icon after the error description to jump directly to the source of the error in the Code p

Page 22

114Use motion pathsLast updated 6/15/2014The image of the fisherman appears at 0:00 seconds.2 Click the Insert Label button, or press Ctrl+L (Windows)

Page 23

115Use motion pathsLast updated 6/15/2014 Changing the references to the TimelineNow that the Timeline contains labels, you can change the references

Page 24

8Creating content & importing assetsLast updated 6/15/20143 Select the font that you want to use. A preview of the text with the applied font is d

Page 25

116Use motion pathsLast updated 6/15/20145 At any point during the slideshow, click the thumbnail images.The slideshow stops and shows the selected im

Page 26 - Timeline

117Use motion pathsLast updated 6/15/20144 Drag all four of the other colorized versions of the thumbnails to the Stage, positioning them exactly on t

Page 27 - Copy transitions

118Use motion pathsLast updated 6/15/2014 Inserting the mouseover eventEach grayscale thumbnail contains a click event. You’ll have to edit each of th

Page 28 - Introduction

119Use motion pathsLast updated 6/15/20143 Position your cursor on the second line of the script pane (after the first line of comments), and choose t

Page 29

120Use motion pathsLast updated 6/15/20145 Preview your Edge Animate composition in a browser by choosing File > Preview in your browser, or pressi

Page 30 - Using Web Fonts

121Use motion pathsLast updated 6/15/2014The script panel for button1_color opens.2 In the popup menu that appears, choose mouseout for the event.Edge

Page 31

122Use motion pathsLast updated 6/15/20144 Replace the highlighted code with button1_color. Make sure that the double straight quotation marks remain

Page 32

123Use motion pathsLast updated 6/15/20146 Preview your Edge Animate composition in a browser by choosing File > Preview in your browser, or pressi

Page 33 - Making That Headline Drop In

124Use motion pathsLast updated 6/15/2014 Using the pointerThe Properties panel controls the cursor appearance and allows you to select a custom icon

Page 34

125Use motion pathsLast updated 6/15/2014Symbols, as you learned in the previous lesson, are independent objects that you create that can have their o

Page 35

9Creating content & importing assetsLast updated 6/15/2014Add audio to animationsAdobe Edge Animate now supports native HTML5 audio with the <a

Page 36 - Dealing with the Template

126Use motion pathsLast updated 6/15/20144 Click the Stage button at the top of the Stage to exit your symbol.5 Drag the triangle.png image from the L

Page 37 - Creating a Bounce Manually

127Use motion pathsLast updated 6/15/20143 Choose the Get Symbol option.Edge Animate adds the JavaScript code to select a particular symbol on the Sta

Page 38

128Use motion pathsLast updated 6/15/2014The next statement appears as follows:mySymbolObject.play();Note: You can combine the two statements into one

Page 39

129Use motion pathsLast updated 6/15/2014The next statement appears as follows:mySymbolObject.stop(0);6 Preview your Edge Animate composition in a bro

Page 40

130Use motion pathsLast updated 6/15/20142 In the Timeline or the Elements panel, click the Open Actions button for the Rectangle element.3 Choose cli

Page 41

131Use motion pathsLast updated 6/15/2014Review questions1 What's the difference between actions, triggers, and events, and how are they used to

Page 42

132Use motion pathsLast updated 6/15/2014Create your first Edge Animate projectCreate your first Edge Animate projectUse Edge Animate file in InDesign

Page 43 - Setting the Stage

133Last updated 6/15/2014Chapter 6: Layout and designCreating a flexible layoutCreating a flexible layoutCreate fluid responsive web page layoutsCreat

Page 44 - Creating Art in Animate

134Last updated 6/15/2014Chapter 7: Integration and publishingEdge Animate API guideEdge Animate API guideEdge Animate and the Twitter API (Video)Edge

Page 45

10Creating content & importing assetsLast updated 6/15/2014Audio group in Library• Click Add Audio in your project Library and browse for the audi

Page 46

11Creating content & importing assetsLast updated 6/15/2014• Play From: Allows you to specify the time marker you want to play from.• Pause: Allow

Page 47 - A Rectangular Animation

12Creating content & importing assetsLast updated 6/15/2014Important: Sometimes your audio plays perfectly fine locally, but fails to play after y

Page 48

13Creating content & importing assetsLast updated 6/15/2014You can use the Audio Actions to call an audio element triggered by a user event. For m

Page 49

14Creating content & importing assetsLast updated 6/15/2014Note: Fallback files get automatically grouped under the video group by name when you i

Page 50

15Creating content & importing assetsLast updated 6/15/2014Video playback options in Timeline• Video actions: Using code snippets in the Actions e

Page 51

Last updated 6/15/2014Legal noticesLegal noticesFor legal notices, see http://help.adobe.com/en_US/legalnotices/index.html.

Page 52 - and type 4

16Creating content & importing assetsLast updated 6/15/2014Preload videoEnable the default video playerYou can use the browser's default medi

Page 53 - Importing Art

17Creating content & importing assetsLast updated 6/15/2014Import sprite sheetsAs designers, you most likely use many other tools or programs such

Page 54 - Animating text (Video)

18Creating content & importing assetsLast updated 6/15/2014Define Sprite Tiles - importing PNG or JPEG sprite sheets• To preview the animation, cl

Page 55 - Import a symbol

19Creating content & importing assetsLast updated 6/15/2014You can also click File > Import Sprite Sheets.Import Sprite Sheets using Symbols pa

Page 56 - Animate existing HTML

20Creating content & importing assetsLast updated 6/15/2014• Specify the duration and fps. For EAS files, the fps is inherited from the source. Yo

Page 57 - Add labels to the Timeline

21Creating content & importing assetsLast updated 6/15/20143 In the Pick An Action section, click Adobe DPS, and then click Navigate Article. Spec

Page 58 - Add triggers to the Timeline

22Last updated 6/15/2014Chapter 4: Create animations using the TimelineThe Edge Animate timelineThe Edge Animate timelineCreating Animations in Edge A

Page 59 - Chapter 5: Use motion paths

23Create animations using the TimelineLast updated 6/15/20144 With the initial properties pinned, change the values of the element properties.Because

Page 60

24Create animations using the TimelineLast updated 6/15/20142 Press Ctrl+C (Windows) or Cmd+C (Macintosh) to copy the transition to the Clipboard.You

Page 61

25Create animations using the TimelineLast updated 6/15/2014 Changing Text-Specific PropertiesOnce you have text in your Animate project, there are se

Page 62 - Templates

iiiLast updated 6/15/2014ContentsChapter 1: What's newNew features summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Page 63 - Swipe gestures

26Create animations using the TimelineLast updated 6/15/2014• word-spacing. Varies the distance between words. Use carefully or you may end up with aw

Page 64 - Color coding of elements

27Create animations using the TimelineLast updated 6/15/20148 Click the Standard tab and then select and copy the code displayed. With the code stored

Page 65 - New features summary

28Create animations using the TimelineLast updated 6/15/2014Changing Other Text PropertiesLike any other element in Animate, you probably don’t expect

Page 66

29Create animations using the TimelineLast updated 6/15/2014 Making That Headline Drop In In most cases, the purpose of text is to communicate a messa

Page 67

30Create animations using the TimelineLast updated 6/15/20146 Set the text box’s size and location to match the colored rectangle, with the size to 55

Page 68 - Motion paths

31Create animations using the TimelineLast updated 6/15/201411 Select OnEdgeTemplateCopy and press Ctrl+D (c-D) twice. This creates two more copies o

Page 69

32Create animations using the TimelineLast updated 6/15/201418 Select “ON” and set the Rotate property back to 0, and move “ON” over the same word in

Page 70 - Publish your content

33Create animations using the TimelineLast updated 6/15/2014• For a drop shadow, set the text to a mid-gray tone and then adjust the opacity to taste.

Page 71 - Add gradients to objects

34Create animations using the TimelineLast updated 6/15/2014Click “Add Keyframe for Y” to add new location keyframes. Drag the playhead to 1.75 and th

Page 72 - Updates to the color panel

35Create animations using the TimelineLast updated 6/15/20145 Click outside of the Easing panel. The panel closes and your easing method is applied to

Page 73 - Using CSS filters

ivEDGE ANIMATEContentsLast updated 6/15/2014Using Animate files in InDesign or Muse (Video) . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Page 74

36Create animations using the TimelineLast updated 6/15/20144 When the color picker appears, choose a dark blue color to represent deep space. If in d

Page 75 - In-app lessons

37Create animations using the TimelineLast updated 6/15/201410 In the timeline, make sure that the Auto-Keyframe Mode button is pressed. When the Auto

Page 76 - Target older browsers

38Create animations using the TimelineLast updated 6/15/201417 Move the playhead back to 0:00, and then in the toolbar, click the letter T. The text t

Page 77

39Create animations using the TimelineLast updated 6/15/2014 Setting the StageAs the Bard said a few hundred years ago, “All the world’s a stage.” Tha

Page 78 - Release Notes

40Create animations using the TimelineLast updated 6/15/2014• Use Min W and Max W to set the minimum and maximum width for the stage. Web pages aren’t

Page 79

41Create animations using the TimelineLast updated 6/15/2014 Rectangles: Building a Basic BoxUsing the Rectangle tool (M), you can add blocks of color

Page 80 - Layout Preferences tool

42Create animations using the TimelineLast updated 6/15/2014 Aligning, Distributing, and Arranging ElementsThe maxim that “everything has its place” i

Page 81

43Create animations using the TimelineLast updated 6/15/2014 Rulers and Manual GuidesThe stage includes rulers that help you place elements with preci

Page 82 - Importing external assets

44Create animations using the TimelineLast updated 6/15/20143 In the timeline (Figure 23) make sure that the Auto Keyframe Mode and Auto Transition Mo

Page 83 - Importing bitmap images

45Create animations using the TimelineLast updated 6/15/201411 Create two more skewed rectangles, naming and coloring them Blue and Yellow. Position

Page 84 - Playback controls

1Last updated 6/15/2014Chapter 1: What's newNew features summaryThe 2014 release of Edge Animate CC includes several new features and enhancement

Page 85 - Timeline options

46Create animations using the TimelineLast updated 6/15/20145 Drag each of the rectangles across the stage until the tail end of the skewed rectangle

Page 86 - Zoom controls

47Create animations using the TimelineLast updated 6/15/2014 Rounded Rectangles: More than Meets the EyeOK, Animate pulls a fast one when it comes to

Page 87 - Creating motion

48Create animations using the TimelineLast updated 6/15/2014 It’s possible to drag the number so that the corner radii pass one another at the center,

Page 88

49Create animations using the TimelineLast updated 6/15/20145 Click the vertical offset and type 4.6 Click the Blur radius and type 14.7 Click Spread

Page 89 - Animating with the Playhead

50Create animations using the TimelineLast updated 6/15/2014The strengths and weaknesses of each format are important when you’re working with images.

Page 90

51Create animations using the TimelineLast updated 6/15/2014For a lesson on animating with symbols:1 Select Window > Lessons in Edge Animate.2 Clic

Page 91 - Animating with the Pin

52Create animations using the TimelineLast updated 6/15/2014Learn more• Leveraging independent symbol timelinesAnimate existing HTMLYou can animate an

Page 92 - Editing transitions

53Create animations using the TimelineLast updated 6/15/2014You can also click the Open Actions button on the left side of an element or symbol name i

Page 93 - Transition end

54Create animations using the TimelineLast updated 6/15/2014Add triggers to the TimelineYou can place triggers on the Timeline to execute JavaScript c

Page 94 - Changing transition duration

55Last updated 6/15/2014Chapter 5: Use motion pathsAnimating over a curved pathNew features summaryNew features overviewSarah Hunt, the Product Manage

Page 95 - Copy and paste keyframes

2What's newLast updated 6/15/2014Import sprite sheetsFor more information on importing sprite sheets into Edge Animate, see Import sprite sheets

Page 96 - Animating a website header

56Use motion pathsLast updated 6/15/2014Using Motion Paths as the default for new elements2 Create a transition as you normally do using keyframes or

Page 97 - Animating the background

57Use motion pathsLast updated 6/15/2014Click the line anywhere to see the handles that you can drag to define the path using a Bezier curve. Use the

Page 98 - Finishing up!

58Use motion pathsLast updated 6/15/2014Keyframes for location on the timeline represent two separate motion paths. Add a keyframe to split your path

Page 99 - Adding basic interactivity

59Use motion pathsLast updated 6/15/2014Access the templates menu from the Welcome screen (“Create from Template”) or from the File menu. From the tem

Page 100 - Getting started

60Use motion pathsLast updated 6/15/2014 Eyedropper toolThe new Eyedropper tool is introduced in the colour selection panels. Select the eyedropper ic

Page 101 - Last updated 6/15/2014

61Use motion pathsLast updated 6/15/2014New features summaryNew features overviewSarah Hunt, the Product Manager for Edge Animate provides a brief ove

Page 102

62Use motion pathsLast updated 6/15/2014Motion Path defined using Bezier curve• To add an anchor point, hover your mouse on the path and click. • To d

Page 103 - Understanding JavaScript

63Use motion pathsLast updated 6/15/2014Create From Template option in File menuTemplate files have .antmpl extension and can be freely distributed an

Page 104 - Timeline triggers

64Use motion pathsLast updated 6/15/2014New features overviewSarah Hunt, the Product Manager for Edge Animate provides a brief overview of Edge Animat

Page 105

65Use motion pathsLast updated 6/15/2014• To unlink the two handles on either side of an anchor point so that you can move one independently of the ot

Page 106 - Editing triggers

3What's newLast updated 6/15/2014Actions pop-up window prior to Edge Animate CC 2014Actions editor in Edge Animate CC 2014A Step 1: Pick an actio

Page 107 - Minding your syntax

66Use motion pathsLast updated 6/15/2014Swipe gesturesYou can now bind elements with left and right swiping actions for mobile-focused experiences. Yo

Page 108 - Events and actions

67Use motion pathsLast updated 6/15/20144 Set the Frameworks Via CDN preference. Select this option to download the composition's associated jQue

Page 109

68Use motion pathsLast updated 6/15/2014Applying colors and gradients in Edge AnimateYou can do the following in the gradients panel:• Use color stops

Page 110 - Adding the events

69Use motion pathsLast updated 6/15/2014• Save the custom colors as swatches for reuse.• Specify a value for color in any of the three formats (RGBa,

Page 111 - Adding the actions

70Use motion pathsLast updated 6/15/2014Leverage Edge web fonts for better typographyEdge Animate helps leverage the power of the @font-face CSS prope

Page 112

71Use motion pathsLast updated 6/15/2014Iframe friendly preloadersPreloading is now optimized to work within Iframes for coordinated resource loading.

Page 113 - Completing the interactivity

72Use motion pathsLast updated 6/15/2014Lessons panelYou can access the Lessons panel from the Getting Started tab on the Welcome Screen, or from the

Page 114 - Viewing your code

73Use motion pathsLast updated 6/15/2014Support older browsers with poster imagesDefine a fallback state of your project in the form of a poster image

Page 115

74Use motion pathsLast updated 6/15/2014Release NotesEdge Animate CC 4.0 (June 2014) Release Notes Edge Animate CC 3.0 (January 2014) Release Notes Ed

Page 116

75Use motion pathsLast updated 6/15/2014SaveThis option will either save the current document if it has been previously saved to the file system, or i

Page 117 - Creating labels

4What's newLast updated 6/15/2014If you find portions of code that are reused often, you can save them as snippets and insert them with a single

Page 118 - Editing labels

76Use motion pathsLast updated 6/15/2014Layout and guidance toolsWhen working with any element on Stage, it is useful to have some tools which assist

Page 119 - Use motion paths

77Use motion pathsLast updated 6/15/2014Rulers also serve with the generation and positioning of manual Guides, which we will examine in the next sect

Page 120 - Adding visual feedback

78Use motion pathsLast updated 6/15/2014Once Guide has been placed, it can remain a pixel-based Guide or transformed into a percentage-based Guide to

Page 121

79Use motion pathsLast updated 6/15/2014• GIF: Graphics Interchange FormatImporting bitmap imagesOnce an image file is imported into an Edge Animate p

Page 122

80Use motion pathsLast updated 6/15/2014Animation within Edge AnimateThere are many applications which enable the user to compose animated sequences.

Page 123

81Use motion pathsLast updated 6/15/2014Note that the time controls in Edge Animate are actually grouped along with the Stage and are accessible from

Page 124 - Inserting the mouseout event

82Use motion pathsLast updated 6/15/2014Timeline controlsThere are basically only four controls within the Timeline that we need to be concerned with:

Page 125

83Use motion pathsLast updated 6/15/2014KeyframesSimilar to their representation in After Effects, keyframes in Edge Animate appear along the Timeline

Page 126 - Editing the click event

84Use motion pathsLast updated 6/15/2014Adding keyframes through the application menuWith any element selected, we can position the Playhead upon the

Page 127 - Customizing the mouse cursor

85Use motion pathsLast updated 6/15/2014Using right-click for Keyframe insertionWith any element selected, we can position the Playhead upon the Timel

Page 128 - Using the pointer

5What's newLast updated 6/15/2014Adobe Illustrator illustrations imported as SVG filesScrolling hand and zoom toolsEdge Animate CC 2014 includes

Page 129

86Use motion pathsLast updated 6/15/2014• Background Color: #000000• Overflow: hidden3 Using the Rectangle tool, draw out an element upon the Stage. W

Page 130 - Play a symbol animation

87Use motion pathsLast updated 6/15/201410 Notice that we now have transition bars appear on the Timeline with another set of keyframes at the end of

Page 131

88Use motion pathsLast updated 6/15/2014• Location Y: 230 px• Size W: 100 px• Size H: 100 px• Background Color: #c0c0c05 Drag the Playhead to 0:04 in

Page 132 - Reset the symbol animation

89Use motion pathsLast updated 6/15/2014Note: Note that transitions can be adjusted on a per-object or per-property basis, allowing for a great amount

Page 133 - Using jQuery Effects

90Use motion pathsLast updated 6/15/2014Transition easing controlsYou may have noticed that the motion achieved through the examples presented so far

Page 134

91Use motion pathsLast updated 6/15/2014The cursor will adjust to look like two lines with arrows pointing to the left or right when hovering over a t

Page 135 - Introduction to Edge Animate

92Use motion pathsLast updated 6/15/2014Animating a website headerOne of the basic use cases for Adobe Edge Animate is the creation of a simply animat

Page 136

93Use motion pathsLast updated 6/15/2014• Location X: 16 px• Location Y: 11 px• Font Name: Arial Black, Gadget, sans-serif• Font Size: 40 px• Font Col

Page 137 - Chapter 6: Layout and design

94Use motion pathsLast updated 6/15/20143 Using the Properties panel, make the following adjustment:• Location X: 986 px4 In the Timeline, click on th

Page 138

95Use motion pathsLast updated 6/15/2014SummaryIn this chapter, we've examined how to create motion in Adobe Edge Animate by making use of the Ti

Comments to this Manuals

No comments