Skip to content

auto timeout for css transition #1398

@TerenceZ

Description

@TerenceZ

It's common that one component comp's v-show change from false to true but its parent parent is still hidden. It means that if there are transition hooks on the comp, they won't be triggered due to no transition events fired for comp, even if the parent becomes visible later. To make the comp work properly, the transition should be timeout if no transitionend events fired after the given time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions