Skip to content

Support delay in transitions #9385

@CyberAP

Description

@CyberAP

What problem does this feature solve?

There's no way to declaratively set transition delay right now. You'll have to use transition hooks for that, which is not that great of experience if you're just using CSS transitions without any JS. Or you'll have to create a new CSS transition for every delay value you want.

What does the proposed API look like?

<transition name="fade" delay="1.5">
  <div v-if="show">Test</div>
</transition>

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