Releases: Wizcorp/tina.js
Releases · Wizcorp/tina.js
Minor fix for iterations on tweens
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
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
Merge pull request #48 from Wizcorp/dev Various bug fixes (default tweeners, warning silencing and sequences)
0.3.6
Merge pull request #30 from Wizcorp/dev * Fixed starting point of transitions of index higher than 0 of relative tweens
0.3.5
Merge pull request #28 from Wizcorp/dev * Recorder Implemented (limited testing)
0.3.4
Merge pull request #27 from Wizcorp/dev Timeline and Sequence now have the flexibility to be altered while playing
0.3.0
Merge pull request #23 from Wizcorp/dev Simplified Code
0.2.10
Merge pull request #21 from Wizcorp/dev Now supports Node.js
0.2.6
Merge pull request #18 from Wizcorp/dev * Updated build
0.2.4
Merge pull request #16 from Wizcorp/dev Fixed NestedTween wait method