TransitionGroup Flip will be affected by transform
Vue version
3
Link to minimal reproduction
Steps to reproduce
set transform to the parent element of TransitionGroup (e.g transform: scale(.5))
What is expected?
smooth animation
What is actually happening?
the animation is also scaled
System Info
No response
Any additional comments?
it might because of Element.getBoundingClientRect(). it will be affected by transform, too