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

[email protected]版本,animation中的px单位不会转换 #36

Open
Cacivy opened this issue Mar 29, 2024 · 3 comments
Open

[email protected]版本,animation中的px单位不会转换 #36

Cacivy opened this issue Mar 29, 2024 · 3 comments

Comments

@Cacivy
Copy link

Cacivy commented Mar 29, 2024

见标题,降级到@1.2.3版本后正常

@Cacivy
Copy link
Author

Cacivy commented Mar 29, 2024

@keyframes showLine {
  0% {
    width: 10px;
  }

  100% {
    width: 144px;
  }
}

@zangbianxuegu
Copy link

遇到同样的问题。找了半天原因,还以为是 animate.css 和自己写的动画冲突

@zangbianxuegu
Copy link

原来是 mediaQuery 配置的问题

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

2 participants