Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

During the animation, the '-enter' and '-exit' class names were not removed #871

Open
wyf1992 opened this issue Nov 23, 2022 · 0 comments
Open

Comments

@wyf1992
Copy link

wyf1992 commented Nov 23, 2022

What is the current behavior?

When entering animation

<div  class="*-enter *-enter-active"></div>

When leaving animation

 <div  class="*-exit *-exit-active"></div>

The order of css class names is reversed, resulting in invalid animation

What is the expected behavior?

When entering animation

   <div  class="*-enter-active"></div>

When leaving animation

   <div  class="*-exit-active"></div>
@wyf1992 wyf1992 closed this as completed Nov 23, 2022
@wyf1992 wyf1992 reopened this Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant