<div dir="ltr">I am struggling to find a clean example for how to achieve a crossfade.<div><br></div><div>I have a layer which contains two clips of type GESSourceClip:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>GESSourceClip a</div></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>starts at 0 seconds</div><div>ends at 9.999999999 seconds</div></div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>GESSourceClip b</div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>starts at 10 seconds</div><div>ends at 20 seconds</div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><br></div></blockquote><div><div>Now I want a 2 second crossfade from "a" to "b" ... but how?</div><div><br></div><div>Do I create a GESTransitionClip and insert it into the layer between "a" and "b"?</div></div><div><br></div><div>What about the timings.  Do I keep the timings for "a" and "b" unchanged, but set the transition clip as follows?</div><div><ul><li>starts at 9 seconds</li><li>ends at 11 seconds</li></ul><div>Is it okay for the GESTransitionClip to overlap with GESSourceClip with respect to time?</div></div></div>