Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1.1 KB

[0.1.5] - Added transition tween & fixed bugs

  • Added tween transition.
  • Added fitParentSize attribute (bool) to TweenContainer.
  • Fixed "Incorrect use of ParentDataWidget" errors.
  • Fixed rotation with transformOrigin bug.

[0.1.4] - Added default ease & duration

  • Added default ease: Ease.ease
  • Added default duration: 1.0 (second)

[0.1.3] - Added more eases & Improve performance

  • Added more eases: Ease.backIn, Ease.backOut, Ease.backInOut, Ease.slowMo, Ease.sineIn, Ease.sineOut, Ease.sineInOut.
  • Added more examples.
  • Added dispose() and set(TweenData) function to TweenContainer.
  • Updated TweenContainer constructor, clean some code.
  • Improve performance.

[0.1.2] - Published the package.

  • Fixed "opacity" bug (under 0 and over 1).
  • Fixed TLRB value error when undefined.
  • Changed "onComplete" callback behavior: return "target".
  • Updated TweenMe constructor, make tween's target required.
  • Updated homepage.
  • Added example & documentation.
  • Fixed warning messages.
  • TODO: Add more example projects.
  • TODO: Working with tween timeline.