Problem with @keyframes
See original GitHub issueSource:
body {
background: red;
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
Result:
.my-prefix {
background: red;
}
@keyframes fade-out {
.my-prefix 0% {
opacity: 1;
}
.my-prefix 100% {
opacity: 0;
}
}
For some reason this utility is also prefixing the “selectors” inside the @keyframes. Is there a way to ignore when inside this block (@keyframes)?
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Why keyframes are bad for character animation
Everything wrong with the keyframe animation process flows from this basic fact. Crossing effects between multiple layers of control, unwanted ...
Read more >Solved: problems with keyframes wandering - 10788025
1 Correct answer. Right click the keyframe where the move begins, choose "Keyframe Interpolation" and make sure Spatial Interpolation is set to ...
Read more >keyframes problem - Spine
When there is a couple of exactly the same keyframes, after cleaning Spine somehow interpreted them there is a move between them even...
Read more >I have a problem with keyframes. : r/AfterEffects - Reddit
I've already fixed it, that was not the issue. ... Whenever this happens to me it's because for some reason that keyframe has...
Read more >T60598 Shape key keyframes won't change in value. They ...
Granted, I'm fairly new, so I can't tell whether this is a bug or a mistake on my end. I had the same...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@RadValentin thank you 😃
Forgot to mention, patched version should be
1.7.2