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

Is it possible to use keyframes with this? #101

Open
fotoflo opened this issue Nov 15, 2023 · 0 comments
Open

Is it possible to use keyframes with this? #101

fotoflo opened this issue Nov 15, 2023 · 0 comments

Comments

@fotoflo
Copy link

fotoflo commented Nov 15, 2023

Hi Mathias! Thanks for this amazing plugin, im using it in my project and its a big help.

I want to know if it's possible to use Keyframes:
https://medium.com/@matt.readout/adding-css-animations-with-styled-components-6c191c23b6ba

import { keyframes } from 'styled-components'
const breatheAnimation = keyframes`
 0% { height: 100px; width: 100px; }
 30% { height: 400px; width: 400px; opacity: 1 }
 40% { height: 405px; width: 405px; opacity: 0.3; }
 100% { height: 100px; width: 100px; opacity: 0.6; }
`
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

1 participant