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
<div v-motion="{ initial: { '--progress': 0, }, enter: { '--progress': 1, }, }"> </div>
--progress is inserted but stuck at initial state (value: 0).
--progress
CSS Custom properties are inserted, but they do not update.
No response
The text was updated successfully, but these errors were encountered:
+1
const { style } = useElementStyle(target) style.setProperty('--color', '#000')
this also not working.
Sorry, something went wrong.
No branches or pull requests
System info
Reproduction
--progress
is inserted but stuck at initial state (value: 0).Describe the bug
CSS Custom properties are inserted, but they do not update.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: