Skip to content

Problem with b-collapse transition #118

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

Closed
Doeke opened this issue Feb 24, 2017 · 2 comments
Closed

Problem with b-collapse transition #118

Doeke opened this issue Feb 24, 2017 · 2 comments

Comments

@Doeke
Copy link

Doeke commented Feb 24, 2017

I'm making use of the components for responsive navbar, but the b-collapse transition doesn't appear to be working. The height doesn't animate properly, perhaps because it is set to 100px regardless of content height?

scrollHeight() {
  return 100;// this.$el.scrollHeight;
}
@pi0
Copy link
Member

pi0 commented Feb 24, 2017

Hey @Doeke yep that's a known issue. we may switch to native vue transitions for smoother animations...

@Doeke
Copy link
Author

Doeke commented Feb 24, 2017

Thanks for the quick response, I'll just implement my own navbar collapse for now.

@pi0 pi0 closed this as completed in aa11f26 Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants