Skip to content

Releases: movigo/core

v0.6.1

02 May 11:20
Compare
Choose a tag to compare
  • Fix: Set correct specific to and from action functions

v0.6.0

01 May 11:39
Compare
Choose a tag to compare

Action specific parameters 🚀

  • Add possibility to pass function parameter to action functions to handle specific elements
  • Improve key frame creation performance

v0.5.0

29 Apr 17:09
Compare
Choose a tag to compare

Plugins 🚀

  • Add parameter functions to get animation parameters (default and chain-specific options and actions)
  • Add plugin function to get list of any plugin functions to add in chaining functions

v0.4.0

28 Apr 15:12
Compare
Choose a tag to compare

Keyframes 🚀

  • Set from and to action functons to set CSS properties
  • Replace old library engine (with CSS transitions) with CSS animations
  • Add possibility to pass a element-specific function as parameter of option functions
  • Add possibility to pass more DOM elements in target function
  • Other small improvements

v0.3.5

18 Apr 13:18
Compare
Choose a tag to compare
  • Fix: handle transition events with addEventListener function (32b8cde)

v0.3.4

18 Apr 12:50
Compare
Choose a tag to compare
  • Fix: remove no animation check (fe0dc43)

v0.3.3

18 Apr 12:26
Compare
Choose a tag to compare
  • Fix: create copy of object references in right position (07e7406)
  • General code refactoring

v0.3.2

16 Apr 11:25
Compare
Choose a tag to compare
  • Fix: convert camel case properties to dash case (be512d1)
  • Fix: add default css property before animation (1535a8a)
  • Fix: add exception when no animation start (330bc31)
  • Fix: remove scoped object references from getFunctions function (25b8b01)

v0.3.1

15 Apr 12:41
Compare
Choose a tag to compare
  • Fix: check CSS properties changes before starting animation
  • Create library icon

v0.3.0

14 Apr 10:56
Compare
Choose a tag to compare

Property functions 🚀

  • Add CSS property functions (width, left, padding, margin, border etc)
  • Improve function value checks
  • Small code performance improvements