vuejs / vuejs/docs

doc or demo problem on animation transition section.

Open
#1,433 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new version
Dominant language
Vue
Stars
3.2k
Forks
5k
Avg merge
14d 17h
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the CSS animations section at the linked documentation URL and inspect the demo immediately after the quoted paragraph. Compare the documented v-enter-from timing with the demo’s behavior and determine whether the documentation or demo is inconsistent. Done means the section and demo agree, with the discrepancy clarified.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.