618552
703
Zoom out
Zoom in
Previous page
1/753
Next page
time
index
To the top
duration
comment
chapter
url
frameTarget
eventCuePoint
Return type: Number.
Returns the time of the keyframe.
Return type: Number.
Returns the index of the keyframe.
MarkerKey attributes (expression reference)
You can access values for composition markers and layer markers using the same methods. Access layer markers through the
thisLayer.marker object; access composition markers through the thisComp.marker object.
For the purpose of expressions, markers are a special type of Key object, so you can use methods such as nearestKey(time) to access
markers, and markers also have time and index attributes. The index attribute is not the number (name) of the marker; it is the keyframe index
number, representing the order of the marker in the time ruler.
Expressions have access to all of the values for a marker that you can set in the Composition Marker or Layer Marker dialog box. This expression
on the Source Text property of a text layer displays the time, duration, index, comment (name), chapter, URL, frame target, and cue point name
for the layer marker nearest the current time, and whether the marker is for an event cue point:
m = thisLayer.marker.nearestKey(time);
s = "time:" + timeToCurrentFormat(m.time) + "\r" +
"duration: " + m.duration + "\r" +
"key index: " + m.index + "\r" +
"comment:" + m.comment + "\r" +
"chapter:" + m.chapter + "\r" +
"URL:" + m.url + "\r" +
"frame target: " + m.frameTarget + "\r" +
"cue point name: " + m.cuePointName + "\r" +
"Event cue point? " + m.eventCuePoint + "\r";
for (param in m.parameters){
s += "parameter: " + param + " value: " + m.parameters[param] + "\r";
}
s
Because the XMP metadata in a footage item can be converted into layer markers for a layer based on that item, expressions can interact with
XMP metadata. For information, see XMP metadata in After Effects.
Dan Ebberts provides a tutorial on the After Effects Developer Center that includes an example of using XMP metadata with expressions.
Return type: Number.
Duration, in seconds, of marker.
Return type: String.
Contents of Comment field in marker dialog box.
Return type: String.
Contents of Chapter field in marker dialog box.
Return type: String.
Contents of URL field in marker dialog box.
Return type: String.
Contents of Frame Target field in marker dialog box.
Return type: Boolean.
Setting for cue point type in marker dialog box. True for Event; false for Navigation.
699
703


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for Adobe After Effects CC 2013 at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of Adobe After Effects CC 2013 in the language / languages: English as an attachment in your email.

The manual is 7,16 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

Others manual(s) of Adobe After Effects CC 2013

Adobe After Effects CC 2013 User Manual - German - 718 pages


The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info