css-spring
css-spring copied to clipboard
Generate physics based css-keyframe animations for the css-in-js solution of your choice or plain css.
this change addresses #13. it lets `spring` generate keyframes for parenthesized values. it's a naive implementation — it doesn't care if there's a trailing parenthesis and can't handle multiple comma...
First of all, awesome little plugin! I've noticed that passing spring start and target values with () seems to break the code. At least thats my assumption. Uncaught TypeError: Cannot...
Let’s get started with automated dependency management for css-spring :muscle: ⚠️ Greenkeeper has found a `package-lock.json` file in this repository. Please use [greenkeeper-lockfile](https://github.com/greenkeeperio/greenkeeper-lockfile) to make sure this gets updated as...
Change API so that it accepts both css strings and style objects
Adding a commandline to generate keyframe css for users that don't use css-in-js might be a good idea once the api has stabilized.
for style prefixing, inline-style-prefixer could be used. could also use cssnano (thanks @oliverturner for the idea) and autoprefixer postcss plugins - especially when performed at build time as opposed to...