Skip to content

Is it possible to use keyframes with this? #101

Description

@fotoflo

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; }
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions