elm-css icon indicating copy to clipboard operation
elm-css copied to clipboard

support @keyframes {...} (for css animations)

Open Warry opened this issue 9 years ago • 4 comments

Ongoing work, I'm not entirely sure I'm doing this right. See comments.

Warry avatar Feb 17 '17 00:02 Warry

It's kind of working but now I'd like to understand what you mean about warnings and how you imagine I should deal with them.

The hart of the problem is here I think : https://github.com/nomalab/elm-css/blob/master/src/Css/Preprocess/Resolve.elm#L156-L181 where we "resolve" the keyframes.

I imagine that I should do a better job at converting Preprocess.Mixin to Structure.Property and detect misusages like nesting snippets etc... Do you agree ?

Warry avatar Feb 17 '17 14:02 Warry

Can someone please give me some feedbacks on this, so that I can complete the work?

Warry avatar Mar 07 '17 20:03 Warry

Any update on this? Full animation support in elm css would be very good. I can help too.

kuon avatar Jun 08 '17 21:06 kuon

It seems like a related issue was created https://github.com/rtfeldman/elm-css/issues/313

shuhei avatar Sep 15 '17 08:09 shuhei