SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.6 KiB

4 years ago
  1. # Activation clip properties
  2. Use the Inspector window to change the name of an Activation clip and its **Clip Timing**.
  3. ![Inspector window when selecting an Activation clip in the Timeline window](images/timeline_inspector_activation_clip.png)
  4. _Inspector window when selecting an Activation clip in the Timeline window_
  5. ## Display Name
  6. The name of the Activation clip shown in the Timeline window. By default, each Activation clip is named "Active".
  7. ## Clip Timing properties
  8. Use the **Clip Timing** properties to change the position and duration of the Activation clip.
  9. Most timing properties are expressed in both seconds (s) and frames (f). When specifying seconds to modify a **Clip Timing** property, all decimal values are accepted. When specifying frames, only integer values are accepted. For example, if you attempt to enter 12.5 in a frames (f) field, it is set to 12 frames.
  10. Depending on [the selected Clip Edit mode](clp_about.md), changing the **Start**, **End**, or **Duration** may ripple or replace Activation clips on the same track.
  11. |**Property** |**Description** |
  12. |:---|:---|
  13. |**Start**|The frame or time (in seconds) when the clip starts.<br />Changing the Start also affects the End. Changing the Start sets the End to the new Start value plus the Duration.|
  14. |**End**|The frame or time (in seconds) when the clip ends.<br />Changing the End also affects the Start. Changing the End sets the Start to the new End value minus the Duration.|
  15. |**Duration**|The duration of the clip in frames or seconds.<br />Changing the Duration also affects the End. Changing the Duration sets the End to the Start value plus the new Duration.|