-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
Could we make *-visible directives work when the element is visible from the start? #29
Comments
Hey Steven, thank you for your issue! That seem like great idea! I would happily review any PR that you submit, please let me know if you need anything concerning the code itself. 😄 |
I have the same issue, some elements are already in the viewport at page load, but not visible initially. Only after scrolling down and back up to those elements will become visible. Is a solution being worked on or does this not have a priority? |
Same issue |
Same issue, thanks! |
Same issue :C |
Same issue (( |
Are people using some kind of workaround? |
Same issue |
This is still an issue :/ |
This is still a huge issue. And its killing the awesomeness of this package. is there a workaround? |
Same issue |
Hello,
As said in the title, In some cases, when doing responsive landing page design (e.g. 15" laptop screen vs 4k screen), it's not really possible to predict 100% of the time when an element will be visible on the first load.
In the cases when a
*-visible
directive is visible on the first load, the animation never trigger making the element invisible.I made a repo to illustrate: https://github.com/xstevenyung/v-motion-visible-issue
I could work on a PR if this is something that make sense to change.
Cheers and thanks for your work !
The text was updated successfully, but these errors were encountered: