guanzo / vue-smooth-reflow

Transition an elements reflow when the data changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage in Vue 3

arafatamim opened this issue · comments

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

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.

@guanzo , any news on this?

@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.

any news on this?

@guanzo, any news on this?

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

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

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

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

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

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

Nice thank you!

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..