Do you want to request a feature or report a bug?
No
What is the current behavior?
using the in property on <CSSTransition> toggles transitions, but when not actively transitioning, defaults to normal styles. In the case of the example, that means it defaults to an opacity of 1.
What is the expected behavior?
Ideally, .exit-active class should remain while in is false, so the exit styles (opacity: 0;) remain while the button is supposed to be hidden.
I think it would be a much better solution than what I'm required to do currently to get this behaviour
We just recently added done classes to cover this case. Should be in the next release
@jquense Awesome, looking forward to the next release then!
Most helpful comment
We just recently added
doneclasses to cover this case. Should be in the next release