The Properties panel lets you modify layouts and define behaviors in AE. It is an excellent tool for setting dynamic content, aligning content and controlling interactive features.
With the Properties panel, you can set properties at the composition level, affecting all layers in the composition, and at the individual layer level. The following figures show you how to access each.
While working with the Properties panel, if you’re unsure of a feature’s purpose, hover the cursor over it to display a tooltip with a description of that feature.
By default, property changes affect whatever composition you currently have open and selected. Pay attention to the composition name in the Properties panel—this is the composition to which you are applying property changes.
Composition properties are grouped according to:
To modify composition properties:
By default, property changes affect whichever layer you currently have open and selected.
Layer properties are grouped according to:
Layer properties include:
Events: You can choose to have the layer receive events, such as touch input, or have events “go through” the layer. To have the layer receive events, enable the check box.
To modify layer properties:
The composition type defines the behavior of the selected composition. It applies software classes to the component in the library. For more details, see Classes.
Types can have subtypes. For example, Push is a subtype of Button.
Buttons are the most common components. A button can be created by appropriate class assignment.
Each section below explains the types and subtypes of the compositions available with the AE plugin.
Can have the following subtypes:
CYIScrollBarView
CYIProgressBarView
Can have the following subtypes:
CYIPushButtonView
CYIToggleButtonView
To set the text of the Push button or Toggle button, select the button the composition and add the text in the You.i Properties panel.
Compositions that ‘contain’ layers or other compositions. Similar to a ‘div’’ in web development, or a ‘MovieClip’ in Flash.
Can have the following subtypes:
CYIScrollingView
CYIRadioGroupView
CYIDrawerView
CYIStackView
CYIFocusZoneView
Dynamic image, used to load remote images from a server.
Composition must contain a solid named ImageNode
.
Has no subtypes.
Default class: NetworkImageView
Can have the following subtypes:
CYITextEditView
CYIPasswordTextEditView
Following types on inputs can be used with CYITextEditView
:
Can have the following subtypes:
CYIListView
PageItem
CYIPageIndicatorView
CYIScrollingTextView
Indicates loading activity to the user. Requires a ‘Loop’ interaction marker. Has no subtypes.
Default class: CYIActivityIndicatorView
Composition for a screen of content. Has no subtypes.
Default class: CYIScreenView
Composition for the screen of the video player. Has no subtypes.
Default class: CYIVideoSurfaceView
Creates a placeholder for the PlatformView with text and background.
Default class: CYIPlatformView
Creates a placeholder for the WebView with background and text.
Default class: CYIWebView
Developers use classes to enable components to work as you’ve designed. Each component has an equivalent class. Use the Comments field in the Project panel to display what classes are being used. Use the Properties panel to set which classes are being used.
For more details about classes, see You.i Platform API Reference.
Components from the You.i Library panel are tied to underlying software classes used by the You.i TV code.
The information in Composition Type and Subtype shows the default classes that are associated with each composition type and subtype.
For example, a composition of type Image is associated with class CLIImageView
by default.
However, the Properties panel lets you associate your own custom class to any composition type and subtype.
To associate your own custom class:
CYIImageView
to NetworkImageView
.Implementing custom classes must be done jointly by the designer and the software developer. The designer must ensure that the AE compositions use the correct classes. The developer must create the associated custom class in the underlying software code and ensure it provides the intended functionality.
By default, compositions do NOT clip content to their boundaries. Lists, however, do clip by default.
Access the Clipping property under the Composition properties.
Possible settings include: