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

support for keyframes / animations? #61

Open
evbo opened this issue Dec 16, 2020 · 3 comments
Open

support for keyframes / animations? #61

evbo opened this issue Dec 16, 2020 · 3 comments

Comments

@evbo
Copy link

evbo commented Dec 16, 2020

Just getting started learning about quixote and I'm not seeing examples for testing keyframes of css animations.

Animations I know would be quite challenging to unit test, there'd need to be some way of evaluating the result at different time intervals.

Unfortunately I'm only doing animations and looking for test support. So is this use-case in scope with what Quixote intends to provide (long term)?

@jamesshore
Copy link
Owner

It's in scope, but I'm not sure if it's possible. I haven't investigated it at all.

@woldie
Copy link

woldie commented Dec 17, 2020 via email

@evbo
Copy link
Author

evbo commented Dec 18, 2020

@woldie cool! Similarly I'm looking into Rekapi. Although this is a CSS-in-JS approach, it actually spits the results back out as CSS, so it would afford me the opportunity to unit test just as plain old JS, with only a slight bottleneck when transpiling the CSS from JS upon page load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants