10000 Tags · WREQI/tween.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: WREQI/tween.js

Tags

v16.7.1

Toggle v16.7.1's commit message
Merge pull request tweenjs#326 from trusktr/methods-on-prototype-unde…

…rscored

perf: greatly improve memory usage by storing methods on the Tween prototype

v16.7.0

Toggle v16.7.0's commit message
feat: moving the npm package to @tweenjs/tween.js. The old tweenjs pa…

…ckage will be deprecated.

v16.6.0

Toggle v16.6.0's commit message
feat: fix wrong contributing urls again. sigh

v16.5.0

Toggle v16.5.0's commit message
feat: update contributing with proper url, and also HOPEFULLY fixes s…

…emantic-release.

16.4

Toggle 16.4's commit message
Don't save starting properties in the Tween constructor.

v16.3.5

Toggle v16.3.5's commit message
fix: Allow npm scripts to be run on Windows by removing occurrences o…

…f "/c/Users/mike/Documents/repo/tween.js".

v16.3.4

Toggle v16.3.4's commit message
fix: Don't interpret string values as relative if they do not start w…

…ith a sign. Closes tweenjs#239 and also add tests to define the behaviour of relative values, closes tweenjs#243

v16.3.3

Toggle v16.3.3's commit message
fix: do not interpolate properties that do not exist in the source ob…

…ject. Closes tweenjs#244

v16.3.2

Toggle v16.3.2's commit message
fix: add a bogus version number in package.json so the library can be…

… installed using the git protocol (e.g. from github). Closes tweenjs#242

v16.3.1

Toggle v16.3.1's commit message
fix: implement fix from @benfoxall for 'chained tweens get out of syn…

…c with sporadic updates'. Closes tweenjs#187
0