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

Add keyframes to the collector #88

Open
danieldelcore opened this issue Feb 22, 2021 · 0 comments
Open

Add keyframes to the collector #88

danieldelcore opened this issue Feb 22, 2021 · 0 comments
Projects

Comments

@danieldelcore
Copy link
Owner

Idea for post v4

keyframe() collector

Would look like this

const css('Styles', { animation: SlideIn })
 .keyframe('SlideIn', {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(100%);
  }
});
@danieldelcore danieldelcore created this issue from a note in Version 4 (To do) Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant