Skip to content

Releases: Wizcorp/tina.js

Minor fix for iterations on tweens

12 Jul 03:37
Compare
Choose a tag to compare

Description

  • Fix for issue #61, where tweens with number of iterations > 1 would not resume correctly after a pause.
  • Added a .editorconfig file to the repo

0.3.22

18 May 06:56
Compare
Choose a tag to compare

Fixed a discrepancy in the code base between the git repo and what was published to NPM.

  • Brought git up to date and consistent with NPM package
  • Fix for Tina writing to the window object (an issue when the window object is not available)

0.3.10

02 Feb 10:30
Compare
Choose a tag to compare
Merge pull request #48 from Wizcorp/dev

Various bug fixes (default tweeners, warning silencing and sequences)

0.3.6

01 Sep 08:09
Compare
Choose a tag to compare
Merge pull request #30 from Wizcorp/dev

* Fixed starting point of transitions of index higher than 0 of relative tweens

0.3.5

27 Aug 08:17
Compare
Choose a tag to compare
Merge pull request #28 from Wizcorp/dev

* Recorder Implemented (limited testing)

0.3.4

09 Aug 15:09
Compare
Choose a tag to compare
Merge pull request #27 from Wizcorp/dev

Timeline and Sequence now have the flexibility to be altered while playing

0.3.0

31 Jul 10:22
Compare
Choose a tag to compare
Merge pull request #23 from Wizcorp/dev

Simplified Code

0.2.10

24 Jul 12:50
Compare
Choose a tag to compare
Merge pull request #21 from Wizcorp/dev

Now supports Node.js

0.2.6

14 Jul 09:24
Compare
Choose a tag to compare
Merge pull request #18 from Wizcorp/dev

* Updated build

0.2.4

14 Jul 07:46
Compare
Choose a tag to compare
Merge pull request #16 from Wizcorp/dev

Fixed NestedTween wait method