guanzo / vue-smooth-reflow

Transition an elements reflow when the data changes.
MIT License
450 stars 18 forks source link

Usage in Vue 3 #24

Open arafatamim opened 3 years ago

arafatamim commented 3 years ago

Any plans to support Vue 3's new composition API?

guanzo commented 3 years ago

Yes. First, I need to learn the composition API and figure out any new "gotchas" with vue 3. For example a vue 3 component doesn't require a single root element, which is an assumption this library makes b/c it was written for vue 2.

nickycdk commented 3 years ago

@guanzo , any news on this?

mishschmid commented 3 years ago

@guanzo We are wondering the same. Would be nice to keep on using vue-smooth-reflow but the use of mixins is a no-go for the latest project unfortunately.

KayVeeCodes commented 3 years ago

any news on this?

4Marsupilami commented 2 years ago

@guanzo, any news on this?

mreduar commented 2 years ago

Does anyone know of an alternative that works with vue 3?

liyasthomas commented 1 year ago

Any update on this? It would be helpful if anyone found an alternative package that supports Vue 3.

4Marsupilami commented 1 year ago

Hi guys. Here is a nice package for vue 3. Maintained and developed.

https://auto-animate.formkit.com/

mreduar commented 1 year ago

Hi guys. Here is a nice package for vue 3. Maintained and developed.

https://auto-animate.formkit.com/

Nice thank you!

Nathan7934 commented 1 month ago

Hi guys. Here is a nice package for vue 3. Maintained and developed.

https://auto-animate.formkit.com/

This can accomplish the same thing, but it is a very over-engineered "no config" solution compared to this library. For example, you cannot specify which properties to animate in formkit's auto-animate. You will likely get a ton of injected animations you don't want even if all you were looking for is a height and width auto animator.

Still looking for a lightweight replacement for this library in vue 3..