summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_clp_act.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-20 23:40:50 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-20 23:40:50 -0400
commit3af4c218c0e70167db23a6303d2af30aff37d2fe (patch)
tree927f29edcf54ab562f40f3d1c6cb69287c7f5980 /Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_clp_act.md
parentb6daed0af784f4e9bc13329dd87c671b06ee1c65 (diff)
downloadProject-Sandbox-3af4c218c0e70167db23a6303d2af30aff37d2fe.tar.gz
Project-Sandbox-3af4c218c0e70167db23a6303d2af30aff37d2fe.tar.bz2
Project-Sandbox-3af4c218c0e70167db23a6303d2af30aff37d2fe.zip
Removed a bunch of stuff; Changes
Diffstat (limited to 'Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_clp_act.md')
-rw-r--r--Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_clp_act.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_clp_act.md b/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_clp_act.md
deleted file mode 100644
index 257ab48..0000000
--- a/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/insp_clp_act.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# Activation clip properties
-
-Use the Inspector window to change the name of an Activation clip and its **Clip Timing**.
-
-![Inspector window when selecting an Activation clip in the Timeline window](images/timeline_inspector_activation_clip.png)
-
-_Inspector window when selecting an Activation clip in the Timeline window_
-
-## Display Name
-
-The name of the Activation clip shown in the Timeline window. By default, each Activation clip is named "Active".
-
-## Clip Timing properties
-
-Use the **Clip Timing** properties to change the position and duration of the Activation clip.
-
-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.
-
-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.
-
-|**Property** |**Description** |
-|:---|:---|
-|**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.|
-|**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.|
-|**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.|