This repository was archived by the owner on Jun 23, 2023. It is now read-only.
Releases: tweenjs/es6-tween
Releases · tweenjs/es6-tween
v3.8.15: A lot of fixes
- Timing(fix): now timing seems works fine (after fix)
- Visiblity(change): now timing about it takes care
- Sync issue fix
- [NEW] Selector function that makes work faster
- TypeScript(types): improvements
v3.8.15-f2
Fix: Missing selector.ts
file adding
v3.8.11: Major new features
[NEW] Property syntax
- Using dot notation like this
scale.x.y
on the property and about processing takes careses6-tween
and fast - 3-level parsing dot notation syntax parsing
[NEW] Getter/Setter
- Automatic matching getter-only properties (like one in Three.js) and don't tween that for performance reason. No one tweening engine can't do this except es6-tween with good performance...
- Skipping getter-only properties setting for fail-safe tweening
[NEW]
- Relative on the all of the property
- Dot notation on the all of the property
- Per-subproperty or all-subproperty with dot-notated easing matching
Easing
feature (huh...)
Improvements
- Reduced object size on Garbage Collection of browsers
v3.8.5: Major Update
[NEW] Documentation
- jsDoc documentation syntax on most essential part of files
- You can see documentation at homepage
- or at API Docs
[NEW] Workflow / Types
- Now we use TypeScript for better, easier and faster workflow
[NEW] Files / Folders
- Cleaned folder
- Restructured one-level file level
- Now
Full
andLite
folders was compiles to seperate folders by type of source
GitHub
- Issue template changing
Note
Thank you Stargazers for supported me by Stars
, you're great. You're motivated me to optimize and maintain the library
v3.5.3
v3.5.2
Fix
- This release should fix #31
- This release should reduce memory-leak after tween complete
Feat
- v3.5.x is does the tweening stuffs better and
hsl
color fix - v3.5.x is back (from v3.4.x)
_valuesStart
for better things - v3.4+ does relative tweening with best performance with InterTween
Deprecate
Interpolation
method as does linear interpolation for all stuffs with lighter size
v3.3.0
Features
- Features & Modern label position
- Timeline label accepts complex values without performance affecting
reassignValue
method for fixing issue when usingTimeline
Node
first argument shifting done- Now tweens was removing via
Tween
instance, not global update as it's required byTimeline
Fixes
- Timeline now handles better and fixed
- Performance drop (almost, rarely = 1/10000) issue was fixed in
Timeline
v3.1.0: Cool Improvement :)
Features
- Now every property can be applied invididual on DOM Node
- Now timeline handles for multiple-tweens at once
Fixes
- Now timeline can do properly reverse
- Now timeline skipping tween fixed
Deprecate
- Deprecated
useActiveMode
as it's for DOM Node and now enabled by default
Improvement
- Maybe gives bit performance improvement along with
transform plugin
combination
v3.0.5
v3.0.2
Breaking change
- Deprecated
Composite
method, that created a lot of memory - Deprecated old
Plugins
API method, that has been made non-well and low-quality code
Feature
- New
Plugins
API is out of core functionality and well-coded memory effecient and shareable method - DOM Node support with
{node:document.querySelector('#node')}
property add inside source object
Fix
- Semantic-Release dropped due of release failing
- Travis CI now first lints, then builds file