vue2-transitions icon indicating copy to clipboard operation
vue2-transitions copied to clipboard

✨ Reusable Vue 2 transition components

Results 35 vue2-transitions issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hi i'm use CDN version and would like to have same behaviour. https://binarcode.github.io/vue2-transitions/ on dropdown change tag for change animation

i have issue to start on CDN version.

After including the min.js from UNPKG, how does one start using this? From the docs, window.Vue2Transitions is available as a global variable. Can you provide an example of using one...

#21 problem is actual ``` // package.json "typings": "types/index.d.ts", ``` but this file is missing.

The collapse animation does not support pre-determining the height of the wrapped elements. If the height of the wrapped elements is not determined and coded into the applied styles, then...

So I'm using just the FadeTransition for my router view and I see this package injecting all the other transition styles even though I'm just importing one transition component.

First of all thanks for the amazing library. I'm really loving it. I have a list that is created using `v-for`. And I want to animate new elements added to...