Skip to content

Releases: sifrr/sifrr-animate

v0.0.3 release

18 Jun 05:55
Compare
Choose a tag to compare

Bug Fixes

  • work with negative numbers too (5e4c18f)

Features

  • this inside time/to/delay fxns is target itself (589ab3d)
  • add keyframes and loop functions (cc629e9)
  • add relative example (17d9c75)
  • add spring animation type, make it default (d546b0c)
  • to can be relative number (5732237)

v0.0.2 release

20 May 08:51
Compare
Choose a tag to compare

Bug Fixes

  • dont stop all animations if one animation errors (5b3d6ee)
  • fix string with decimal numbers (4ee46fb)
  • sifrr animate version and heading (8a84721)
  • start time when animation start, not on first frame (eaf3d5f)

Features

  • add delay option, with staggering support (8b775ee)
  • support function in to (333855c)
  • throw error if type is not correct (a83a0ca)
  • time argument can be a function (16cd9b0)

Performance Improvements

  • only fire one requestAnimationFrame event (c6304cb)