css-spring icon indicating copy to clipboard operation
css-spring copied to clipboard

Generate physics based css-keyframe animations for the css-in-js solution of your choice or plain css.

Results 6 css-spring issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

greenkeeper

Change API so that it accepts both css strings and style objects

v5

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.

enhancement

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...

enhancement
question