You sir… are my Second savior in life. If not for you I wouldn’t have landed my job. For that I thank you. Any way I can show further appreciation?😳✨ love from Ghana 🇬🇭
@@LearnVue I get quite anxious every time I get a notification from a new video from your channel, there’s no way I would miss them. You’ve got an unconditional follower here :)
hello i faced one problem while using this animations that is when i refresh the page my target element which is already visible disapears from the page
Hello I'm here again, I found the solution and I feel I need to share with you. Actually its not really solution, just "another way out". Basically I made my web scroll to top, and then back to saved position after refresh the web page. Thank you, have nice day!
Thank you very much for this very intuitive tutorial. I would like to know how to apply the elements only when all or half of your element size can be visible.
Super helpful! I cannot for the life of my get it to work tho. I'm never prompted with anything using v-motion, i tried doing it both globally and on each component..
@@LearnVue thanks for The Swift reply! I Got it working, my intellisense/vscode however wont give me any suggestions when using v-motion which is rather annoying since i have to find all snippets manualy from The documentation.. Got any ideas?
@@LearnVue hello i have crated by v-motion :initial="{opacity:0,y:300}" :enter="{opacity:1,y:0,transition:{duration:4000}}" but it is not working everytime on scroll(only work at once)
You sir… are my Second savior in life. If not for you I wouldn’t have landed my job. For that I thank you. Any way I can show further appreciation?😳✨ love from Ghana 🇬🇭
This is incredible. The video is perfect. You made the exact thing I was searching for. Congrats, keep up the great content.
Glad to see you back! I was missing you, mate :)
glad to see youre still around :)
@@LearnVue I get quite anxious every time I get a notification from a new video from your channel, there’s no way I would miss them. You’ve got an unconditional follower here :)
Thank you for your helpful content
you got it!
I missed you,
Hope you doing great
Glad to see your new video.
Thank you so much.
Remain awesome
this means so much 💚
hello i faced one problem while using this animations that is when i refresh the page my target element which is already visible disapears from the page
i got this problem too, did you already found the solution?
Hello I'm here again, I found the solution and I feel I need to share with you. Actually its not really solution, just "another way out".
Basically I made my web scroll to top, and then back to saved position after refresh the web page.
Thank you, have nice day!
Point to point concept is cleared
Another useful video, thank you! ☺
Thank you very much for this very intuitive tutorial. I would like to know how to apply the elements only when all or half of your element size can be visible.
Great tutorial, thank you!
Another brilliant article.
My favorite is #4.. because if you have a component that already has some props called "initial" you are not stomping all over them with v-motion.
Great one buddy. Liked your videos
It's nice this easy implementation made for Vue, but GSAP looks a better solution
GSAP’s documentation is kind of bleagh
does this work in foreach ?
Thank you. I have a question. How to slow down?
So cute, been looking for this.
Super helpful! I cannot for the life of my get it to work tho. I'm never prompted with anything using v-motion, i tried doing it both globally and on each component..
do you have code you can share? i'd love to help
@@LearnVue thanks for The Swift reply! I Got it working, my intellisense/vscode however wont give me any suggestions when using v-motion which is rather annoying since i have to find all snippets manualy from The documentation.. Got any ideas?
Bros a actual Savior
not working on nuxtjs
very usefull video
how to create sequential animation entrances one by one with this package
maybe try playing around with the delay property for each element
@@LearnVue hello i have crated by v-motion :initial="{opacity:0,y:300}"
:enter="{opacity:1,y:0,transition:{duration:4000}}" but it is not working everytime on scroll(only work at once)
@@myomyintaung1516 try `visible` instead of `enter`
@@LearnVue how can I add backdrop-filter with blur property
can't install it in Nuxt 3 😮💨
visible-once not working for me soo cool this tool
aa yea directive is visibleOnce camelcase
a very handle little lib.
Finally i am making a website with vue