Open
Description
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.