0.0.0 • Published 7 years ago

postcss-bounce v0.0.0

Weekly downloads
5
License
-
Repository
github
Last release
7 years ago

postcss-bounce

PostCSS plugin for creating spring-based keyframe animations. Adds the bounce, bounce-from and bounce-to properties:

.square
    width: 100px
    height: 100px
    background: red
    bounce: 1.0s
    bounce-from: transform: scale(0.2) translate(200px, 0px)
    bounce-to: transform: scale(1) translate(0px, 100px)

npm.io

TODO

  • Keep initial transform if no bounce-from is givn
  • Support other value interpolations (percents, colors)
  • Spring constant as parameter