### Version 2.6.11 ### Reproduction link [https://jsfiddle.net/loop_/59g7w1pa/8/](https://jsfiddle.net/loop_/59g7w1pa/8/) ### Steps to reproduce N.A. ### What is expected? Smooth transition from "opacity 0" to "opacity 0.5" ### What is actually happening? Smooth transition from "opacity 0" until "opacity 0.5", then suddenly jump to "opacity 1" --- ".fade-enter-to, .fade-leave" are supposed to set the state after transition, but not working as expected. <!-- generated by vue-issues. DO NOT REMOVE -->