MorevM / vue-transitions

Interface transitions library for Vue 2/3
https://morevm.github.io/vue-transitions/
MIT License
198 stars 5 forks source link

Plans for v4 #256

Open MorevM opened 10 months ago

MorevM commented 10 months ago
MorevM commented 10 months ago

If anyone has anything to add - any suggestions are welcome :)

goela268 commented 8 months ago

It would be great if <NuxtPage> was supported like this:

<transition-slide>
    <NuxtPage></NuxtPage>
</transition-slide>
mjelecevic commented 6 months ago

Will the first task Transitions do not work if the "delay" prop is greater than "duration" #251 also work for the transition-group?

sparrow-chik-chrk commented 2 months ago

@goela268 Why do this if Nuxt already has a well-designed built-in functionality for page transitions and layouts? https://nuxt.com/docs/getting-started/transitions

sparrow-chik-chrk commented 2 months ago

@MorevM How about trying to add support for scroll-to-element animation? With the ability to select the element's id for the scroll panel, if using a custom scroll. For example, like here: https://primevue.org/animateonscroll/. It would be convenient if I am using your library for transitions and don’t want to add PrimeVue just for this directive.

splitwarechef commented 1 week ago

Would also be nice to have something like a stagger effect for it too if that possible

Edit: This codepen example could help https://codepen.io/shshaw/pen/YLmdxz