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

[bug] doesn't handle multiple animation correctly #61

Open
vybu opened this issue Mar 4, 2020 · 2 comments
Open

[bug] doesn't handle multiple animation correctly #61

vybu opened this issue Mar 4, 2020 · 2 comments
Labels

Comments

@vybu
Copy link

vybu commented Mar 4, 2020

Seems like if there is 2 animations given it doesn't correctly replace second animations name. animation: a 1s, b 1s; -> animation: a-ltr 1s, b 1s; notice how b is missing -ltr

.loader {
  animation: load6 1.7s infinite ease, spinner 1.7s infinite ease;
}

@keyframes load6 {
...
}

@keyframes spinner {
...
}

The output is

[dir=ltr] ._26uJz {
  animation: _1kAQA-ltr 1.7s ease infinite,c7O-P 1.7s ease infinite;
}

@keyframes _1kAQA-ltr {
...
}

@keyframes c7O-P-ltr {
...
}
@vkalinichev vkalinichev self-assigned this Mar 6, 2020
@vkalinichev vkalinichev added the bug label Mar 6, 2020
vkalinichev added a commit that referenced this issue Mar 11, 2020
@vkalinichev
Copy link
Owner

@vybu I could not reproduce it but it seems to have found a problem. Try upgrading to 1.7.3

@Jordan-Hall
Copy link

@vkalinichev i'm getting the same with 1.7.3 and having issue with missing properties such as border on 1.7.3

@vkalinichev vkalinichev removed their assignment Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants