Open lgh06 opened 2 years ago
finally I think I understand. a Sequence is not a must-need. Composition is a must-need. however still confuse a newbie.
I agree that the second & third <Composition>
are not used.
But I would like to see extra <Composition>
in the template that is actually used, so we can see how it is done & why/when it is useful.
https://github.com/remotion-dev/template-helloworld-javascript/blob/a1a9655b6041f1172d6eb354ae7f27dfd74cf5d6/src/Video.jsx#L21
I think for a basic and minimal HelloWorld demo, line 21 to 36 are not nessesary in fact.
and these two extra Composition confused me a lot because there are
<Logo> & <Title> & <Subtitle>
inside Sequence again:https://github.com/remotion-dev/template-helloworld-javascript/blob/a1a9655b6041f1172d6eb354ae7f27dfd74cf5d6/src/HelloWorld.jsx#L28