Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

61 lines (28 loc) · 2.21 KB

0.0.3 (2019-06-17 22:57:42 +0900)

0.0.3 (2019-06-17 10:22:55 +0000)

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)

0.0.2 (2019-05-20 08:41:06 +0000)

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)

0.0.1 (2019-04-30 07:53:04 +0000)

Bug Fixes

  • separate types and animate (31d2a73)

Features

  • expose as Sifrr.animate (8b66af8)