Skip to content

Releases: tweenjs/es6-tween

v1.2.2

25 Mar 19:03

Choose a tag to compare

v1.2.2: Most issue fixed

Fixes

  • reverse method fix
  • emit, on, once, off method for global TWEEN method fix
  • timing sync issue partially fixed

Improvements

  • Small-margin performance improvements
  • Timing offset fixed

Optimization

  • Optimized code speed

NEW features

  • Coming soon...

v1.2.1

24 Mar 10:05

Choose a tag to compare

CHANGELOG

v1.2.1: Small bug-fix

Fixes

  • Fixed bug with package.json

v1.2.0: Big-change

Fixes

  • Fixed bug for TWEEN#Tween@get
  • Fixed bug for TWEEN#Tween@repeat
  • Fixed time bug (especially for repeated tween)
  • Now jshint does not runs error for npm run test
  • Now jscs does not runs error for npm run test

Improvements

  • Small-margin performance improvements

Optimization

  • Optimized code quality

NEW features

  • Added new string tweening support
  • Added new Array tweening support
  • Added new Object tweening support
  • Added recursive tweening support

v1.0.4

22 Mar 13:51

Choose a tag to compare

Update

  • Fixes issues with jslint and jscs
  • Removed unused dep.
  • package.json fix
  • And other small fixes

v1.0.2-stable.2

21 Mar 04:22

Choose a tag to compare

  • Adding compatibility file

v1.0.2

20 Mar 18:49

Choose a tag to compare

  • Implements bower support and resolve #16
  • Supports setter/getter
  • Some performance improvements
  • yarn lock-file update ( fix #14 )
  • npm tests passes (cloned from original repo, fix #11 )

v1.0.1

19 Mar 17:42

Choose a tag to compare

What's new?

  • Using multiple values as [0, 200, 400] to [200, 400, 600]
  • Using easier way manage curves and etc as .to([0, 200], { easing: TWEEN.Easing.Exponential.InOut })
  • Using number eaiser as .to(500), but returns Number property
  • New .get(time) method returns current updated tween object value

Performance

  • Same performance, but can be improved together

Future plans

  • Add much more methods

v1.0.0

19 Mar 17:22

Choose a tag to compare

Whats new

What about tests?

  • Please help me with issues, if you not understand of events or something, contact to me at my mail

v0.1.10

19 Mar 17:14

Choose a tag to compare

New methods added

  • restart - restarts tween
  • seek - seek at preffered time
  • reverseDelay - makes sense for reverse-compatible tweens
  • isStarted - checks tween started or no
  • on, once, emit - alternative to EventEmitter, but better variant

Performance

  • Improved by small amount

Future plans

  • Add new methods and expierenta tools

v0.1.6

27 Feb 19:52

Choose a tag to compare

  • Fixed bugs
  • Files are splitted for easier debugging
  • UnPkg offers builded version of package

Important update

27 Feb 17:32

Choose a tag to compare

  • Fixed important links
  • Fixed typo in user_docs