Version
3.0.2
Reproduction link
https://codesandbox.io/s/competent-hermann-b1s5q
Steps to reproduce
see https://codesandbox.io/s/competent-hermann-b1s5q
What is expected?
The transition element of vue only works with display:none but not visibility:hidden.
Is there any way to make it work with visibility?
I want to get the clientWidth of the element before it shows up, with display:none I can't get that value.
Version
3.0.2
Reproduction link
https://codesandbox.io/s/competent-hermann-b1s5q
Steps to reproduce
see https://codesandbox.io/s/competent-hermann-b1s5q
What is expected?
The
transitionelement of vue only works withdisplay:nonebut notvisibility:hidden.Is there any way to make it work with
visibility?I want to get the
clientWidthof the element before it shows up, withdisplay:noneI can't get that value.