fade ΒΆ
fade(
clipa: VideoNode,
clipb: VideoNode,
invert: bool,
start: int,
end: int,
function: EasingT = Linear,
) -> VideoNode
Source code
19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
fade ΒΆfade(
clipa: VideoNode,
clipb: VideoNode,
invert: bool,
start: int,
end: int,
function: EasingT = Linear,
) -> VideoNode
19 20 21 22 23 24 25 26 27 28 29 30 31 |
|