We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; } `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: