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

Animation support and import #55

Open
Nicasso opened this issue Apr 4, 2016 · 2 comments
Open

Animation support and import #55

Nicasso opened this issue Apr 4, 2016 · 2 comments

Comments

@Nicasso
Copy link

Nicasso commented Apr 4, 2016

Hello,

I am currently trying out the jStyleParser and I like it very much. I have two questions though.

  1. Are you going to support CSS animations? If yes, any idea when this will be released?
  2. Why is RuleImport deprecated?

Regards,
Nico

@radkovo
Copy link
Owner

radkovo commented Apr 5, 2016

Hi Nico,

Are you going to support CSS animations? If yes, any idea when this will be released?

This should not be too difficult, it's just the matter of declaring the corresponding properties and extending the DeclarationTransformer appropriately. I can take a look on that but probably I won't be able to do this during April.

Why is RuleImport deprecated?

The parser directly imports the style sheets referenced using @import. So RuleImport should not be ever returned by the parser.

@Nicasso
Copy link
Author

Nicasso commented Apr 5, 2016

Thank you for the fast reaction. CSS animation support would be great. And no problem ofcourse that you cannot implement it this month, I'm already glad that you are willing to implement it.

I'm looking forward to it.

Regards,
Nico

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