We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to generate the useNowFrames dynamically through the user input. How can i do that ?
The text was updated successfully, but these errors were encountered:
scenes.map((scene, si) => { scene.layers.map((layer, li) => { const sceneItem = currentScene.getItem(`.txt-${si}-${li}`); const frame1 = useNowFrame(sceneItem.getItem(li)); console.log(frame1) }) })
Some code for example
Sorry, something went wrong.
@Allakazan sorry. useNowFrame (i.e. reactive component) cannot be called dynamically and its number cannot be changed.
If you're like me, I recommend using item.getNowFrame().
No branches or pull requests
I need to generate the useNowFrames dynamically through the user input. How can i do that ?
The text was updated successfully, but these errors were encountered: