vue-smooth-reflow icon indicating copy to clipboard operation
vue-smooth-reflow copied to clipboard

Transition an elements reflow when the data changes.

Results 15 vue-smooth-reflow issues
Sort by recently updated
recently updated
newest added

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

I have a component that is basically a div with a bunch of headings and texts and buttons and forms and other things inside. The content is dynamic and changes...

Just something I noticed while looking at the demo page https://vuesmoothreflow.guanzo.io/.

All elements outside of the vue instance get a reflow even though i just selected two elements with the el property. In this case the logo of the page fades...

When using a vue transition to fade to new content, the vue-smooth-reflow effect doesn't seem to work. Do demonstrate the issue, I made a codesandbox example with two example containers,...

Per the official page: Chrome: ![](https://cl.ly/a8d982b4c631/Screen%20Recording%202019-11-05%20at%2003.58%20PM.gif) Safari: ![](https://cl.ly/5d107b5d2ed0/Screen%20Recording%202019-11-05%20at%2003.58%20PM.gif)

Hello, I've been looking for something like this plugin for a very long time. It is absolutely amazing!!! please keep supporting it. However I encountered a couple of issues. Using...

When using transition tag, the animation jumps when interrupting it. ![](https://i.imgur.com/p6rvmeg.gif) website: https://codesandbox.io/s/k3x4j260qr

I'm using this mixin in a global layout animating the content between route changes and such and it works very well for this. However, sometimes the difference in height between...