All Versions
10
Latest Version
Avg Release Cycle
94 days
Latest Release
2403 days ago

Changelog History

  • v0.288.2 Changes

    August 30, 2017

    Thank you, guys!

  • v0.288.1 Changes

    October 06, 2016
    • โž• add Html module for DOM animations
    • โž• add stagger wrapper
    • ๐Ÿ‘ stagger now implements tweenable interface and supports then, tune and generate methods
    • โž• add resume public method for tween and tweenables
    • animations now pause and resume on page visibilityChange
    • ๐Ÿ›  fix then chains issue
    • ๐ŸŽ performance improvements
  • v0.265.9 Changes

    August 11, 2016

    ๐Ÿš€ The release returns mojs global to fix the helpers reference issue. Still works with es2015 imports and require statements.

  • v0.265.8 Changes

    August 10, 2016

    ๐Ÿš€ This release fixes broken module definitions.

  • v0.265.6 Changes

    July 14, 2016

    Completely rewritten tweening engine - now faster, much more robust with exhaustive API.
    Rewritten Shape, ShapeSwirl and Burst modules.

    ๐Ÿ’ฅ Breaking changes (please see API section for more info):

    • Tweens and Other Modules now have play instead of start/run
    • yoyo property renamed to isYoyo
    • All callbacks now work in certain point of time - like timeline. So can fire on both forward and backward directions
    • Burst: childOptions property now named children
  • v0.174.4 Changes

    November 19, 2015

    ๐Ÿ›  [332c1bc] - Fixes new chrome's color shortcut bug

  • v0.147.3 Changes

    October 20, 2015
    • ๐Ÿ›  [97448cf, 9f90134] Fixes npm lost folders issue and adds missed files
    • ๐Ÿ›  [d78d78a] Fixes tween's rewind issue
    • 0๏ธโƒฃ [43f093a] Changes path-easing defaults: precompute = 1450, eps = 0.001
    • [321875e] Adds "none" color name - equivalent to transparent
    • ๐Ÿ“œ [2b01604] Adds readable parse easing name error
    • [bca8a82] Adds [object HTMLCollection] to allowed stagger props
    • ๐Ÿ’… [38ff3f4] h.style now adds prefixes only for transform property
    • โœ… [0bbac4d] Fixes tests precision issue
  • v0.146.9 Changes

    September 02, 2015
    • swap Timeline and Tween responsibility
    • โž• add Path easing
    • ๐Ÿ”จ refactored Stagger module to receive any module
    • ๐Ÿ”จ refactor
    • ๐Ÿ“„ some docs coverage
  • v0.119.0

    May 13, 2015
  • v0.117.5 Changes

    May 07, 2015
    • ๐ŸŽ [fcb587e] h.clamp performance improvement
    • ๐ŸŽ [9c3e6ab] easing functions performance improvement
    • [9f18763] bit: firefox stroke-dasharray zero value issue fix
    • [0795357] transit: transform options to start history on multiple run issue fix