Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group transitions #251

Closed
murbanowicz opened this issue Dec 13, 2016 · 1 comment
Closed

Group transitions #251

murbanowicz opened this issue Dec 13, 2016 · 1 comment

Comments

@murbanowicz
Copy link
Contributor

Hi,
would be really useful to have transitions which can handle list of elements, not to create transition for every element.
E.g. having some list which is refreshed/element is added/removed we would just need to put all <div class='item'> inside <q-transition-group>

What you think?

@rstoenescu
Copy link
Member

Basically you can work this out with Vue's <transition-group>.

<q-transition> is going to get removed at some point in the near future. Only made it because its default animation is only achievable with Velocity and not through CSS-only. So I wouldn't put too much dev time into this just to remove it later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants