Skip to content

Releases: codepunkt/css-spring

4.1.0

08 Feb 23:34
8864ac8
Compare
Choose a tag to compare
  • UMD build

4.0.0

08 Feb 23:16
5b881b3
Compare
Choose a tag to compare
  • Interpolation of hex RGB colors
  • Interpolation of combined values such as border, padding or margin
  • Removal of identical values in subsequent keyframes
  • Removal of empty keyframes
  • Ignores precision for px values
  • Unitless numeric start or end value adopts unit from counterpart that has one

3.0.0

26 Jan 10:37
a643533
Compare
Choose a tag to compare
  • Numeric css units support
    • Units are automatically parsed, values are interpolated and units re-appended
    • format was renamed toString
    • formatter argument of toString is only needed for special cases (see an example in the docs)

2.1.1

25 Jan 15:05
a112ae7
Compare
Choose a tag to compare

First release with at least semi-complete documentation.