Skip to content

Commit a9c348c

Browse files
committed
Adding transparency note to transition documentation
1 parent c62f335 commit a9c348c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/transitions.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ overlap two clips, and can be added manually by dragging one onto the timeline f
2828
A transition must be placed on top of a clip (overlapping it), with the most common location being the beginning or end
2929
or a clip.
3030

31-
NOTE: Transitions **do not** affect **audio**, so if you are intending to fade in/out the
32-
audio volume of a clip, you must adjust the ``volume`` clip property. See :ref:`clip_properties_ref`.
31+
NOTE: Transitions **do not** affect **audio**, so if you are intending to fade in/out the audio volume of a clip,
32+
you must adjust the ``volume`` clip property. See :ref:`clip_properties_ref`
3333

3434
Overview
3535
--------
@@ -52,6 +52,15 @@ direction of the fade. You can also manually adjust the **Brightness** curve, an
5252

5353
.. image:: images/transition-reverse.jpg
5454

55+
Transparency
56+
------------
57+
If transitions are used on images or videos that contain transparency (*i.e. alpha channel*) this will result in the
58+
original clip disappearing abruptly (or popping out of existence), since OpenShot's transition system expects the 2nd
59+
clip to fully cover up the first clip. For example, if the 2nd clip does not fully cover the first clip,
60+
a transition might not be the best tool to use. Instead, you should consider adjusting the ``alpha`` property of the first
61+
clip to make it fade out where needed, see :ref:`clip_properties_ref` or :ref:`clip_presets_ref`. Alternatively, you can
62+
combine a transition and ``alpha`` fade when using transparent clips to more smoothly fade between then.
63+
5564
Cutting & Slicing
5665
-----------------
5766
OpenShot has many easy ways to adjust the start and end trim positions of a transition (otherwise known as cutting or trimming). The most common

0 commit comments

Comments
 (0)