docs icon indicating copy to clipboard operation
docs copied to clipboard

doc or demo problem on animation transition section.

Open wxsms opened this issue 3 years ago • 0 comments

as the doc stat:

CSS animations are applied in the same way as CSS transitions, the difference being that v-enter-from is not removed immediately after the element is inserted, but on an animationend event.

however, if we look into the following demo after this paragraph, the v-enter-from did being removed immediately after the element is inserted.

ref: https://github.com/vuejs/docs-next-zh-cn/issues/858

wxsms avatar Jan 13 '22 03:01 wxsms