yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.72k stars 933 forks source link

Accordion, No animation for the first time #223

Closed Cacivy closed 8 years ago

Cacivy commented 8 years ago

repeat

  1. http://yuche.github.io/vue-strap/#accordion

2.close only one at a time.

3.click Panel #2 or Panel #3 or Panel #4 no animation

  1. click again width animation
laurencei commented 8 years ago

@Cacivy - why did you close this? I noticed the same issue? Did you fix it?

Cacivy commented 8 years ago

you must set max-height

/* panel.vue */
.collapse-transition {
  transition: max-height .5s ease;
  overflow: hidden;
  max-height: 111px; /*or 999px*/
}