Hi there,
I’m working on a project that wants to process the prototype with video. For this it could be better to be able to uncheck the Autoplay and Loop by API or disable this by default. Anyone has ideas about how to do it? Or is this still be an unreleased feature of Figma API?
Thanks in advance
node.playbackSettings = {
autoplay: false,
loop: false,
muted: false
}
1 Like
You saved my life.
You saved my life.