We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import { reactStyle } from 'react-atomic-molecule'; const Styles = { loading: reactStyle({ animation: ['spin 1s infinite linear'] }), spin: reactStyle([ { transform: ['rotateZ(0deg)'] }, { transform: ['rotateZ(360deg)'] } ],['@keyframes spin','0%','100%']) };
https://codesandbox.io/s/lazyinject-keyframes-z5bb2
http://www.w3schools.com/cssref/css3_pr_animation-keyframes.asp