sktt / springish-css

css keyframe generator for spring animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springish

Create simple spring animations using css3 keyframes, just css...

Generates a function describing the osciallation over time of a damped spring

  • Finds all time, t (until a given threshold value) where dy/dt=0
  • Creates keyframes for every t where dy/dt=0

todo: scss mixin

https://rawgit.com/sktt/springish-css/master/index.html

About

css keyframe generator for spring animations


Languages

Language:JavaScript 96.2%Language:HTML 3.8%