We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5c588 commit 57f31cdCopy full SHA for 57f31cd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "es6-tween",
3
- "version": "5.0.2",
+ "version": "5.0.3",
4
"description": "ES6 implementation of amazing tween.js",
5
"browser": "bundled/Tween.min.js",
6
"cdn": "bundled/Tween.min.js",
ts/Tween.ts
@@ -825,7 +825,8 @@ class Tween {
825
start,
826
end,
827
value,
828
- elapsed
+ elapsed,
829
+ property
830
);
831
}
832
propCount++;
0 commit comments