Replies: 1 comment 2 replies
|
Hey, @SergeVDev! I'm here to help you out with any bugs or questions you might have. Let's tackle this together! To generate percentages for keyframes using Less, you can use the @keyframes test-7 {
each(range(7), {
@{percentage(@value / 7)} {
a: b;
}
});
}In this example, To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone!
I'm looking for a way of making a keyframes template with an arbitrary step count.
Unfortunately, neither…
…nor…
…don't work.
All reactions