Skip to content

Releases: movigo/core

v0.6.1

Choose a tag to compare

@cedoor cedoor released this 02 May 11:20
  • Fix: Set correct specific to and from action functions

v0.6.0

Choose a tag to compare

@cedoor cedoor released this 01 May 11:39

Action specific parameters 🚀

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

v0.5.0

Choose a tag to compare

@cedoor cedoor released this 29 Apr 17:09

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

Choose a tag to compare

@cedoor cedoor released this 28 Apr 15:12

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

Choose a tag to compare

@cedoor cedoor released this 18 Apr 13:18
  • Fix: handle transition events with addEventListener function (32b8cde)

v0.3.4

Choose a tag to compare

@cedoor cedoor released this 18 Apr 12:50
  • Fix: remove no animation check (fe0dc43)

v0.3.3

Choose a tag to compare

@cedoor cedoor released this 18 Apr 12:26
  • Fix: create copy of object references in right position (07e7406)
  • General code refactoring

v0.3.2

Choose a tag to compare

@cedoor cedoor released this 16 Apr 11:25
  • 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

Choose a tag to compare

@cedoor cedoor released this 15 Apr 12:41
  • Fix: check CSS properties changes before starting animation
  • Create library icon

v0.3.0

Choose a tag to compare

@cedoor cedoor released this 14 Apr 10:56

Property functions 🚀

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