I have map functions and its render sequence component from remotion ı want to drag and drop in this component but unfortunatley I can dnd when ı add new sequence new sequence can be dragging and resizing but other element couldnt. When I change time in the video for example 0-1 comp x 0-2 compy rendering there is no problem in rendering but when ı try to render 0-1 interval compx and compy I just rnd at compy why its happening in my opinion its causing z index stuff which is coming sequence from remotion how can i fix it thank you folks
#Sequence component in Rnd
6 messages · Page 1 of 1 (latest)
https://remotion.dev/docs/layers
the trick here is that the layer rendered at the bottom appears on top! you dont need to use z index
Thank you btw how can i put all of them same stack ? 🙂
because ı wanted they layer same
Absolute fill and sequences are layered on top of each other, if you want to add drag and drop you should make one absolute fill and have the children sequences in there but limit their sizes to their width and height then absolute position them to the relative absolute fill
This way each sequence can be clicked on and adjusted relative to the absolute fill
This is just one way to do this
Idk if it’s the best lol
@tight copper @tulip wraith i used layout=none and it fixed thank you for all of your helps