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
"dependencies": { "framework7": "^8.3.0", "framework7-svelte": "^8.3.0", "svelte": "^4.2.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^2.4.5", "vite": "^4.4.9" }
animate={false} has no effect for popup. Popup is still animated.
Steps to reproduce the behavior:
animation is ignored when
Popup is animated when animate={false}
See code of the svelte popup, animate propery is not passed to all f7 methods.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://codesandbox.io/p/devbox/smoosh-bird-xf8szv?file=%2Fsrc%2Fcomponents%2Fapp.svelte%3A2%2C39
Describe the bug
animate={false} has no effect for popup. Popup is still animated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
animation is ignored when
Actual Behavior
Popup is animated when animate={false}
Additional context
See code of the svelte popup, animate propery is not passed to all f7 methods.
The text was updated successfully, but these errors were encountered: