Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

关于transition动画里的文档错误 #858

Closed
@likecreep

Description

@likecreep

文档CSS动画小节有如下内容:

CSS 动画用法同 CSS 过渡,区别是在动画中 v-enter-from 类在节点插入 DOM 后不会立即移除,而是在 animationend 事件触发时移除。

经测试文档下的示例代码,观察元素可知,动画中 v-enter-from 类在节点插入 DOM 后也会立即移除,并不会等待animationend 事件触发时移除。

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions