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 66d30b6 commit 868655eCopy full SHA for 868655e
package.json
@@ -18,6 +18,9 @@
18
"test-style": "jscs --config test/jscs.json src/Tween.js",
19
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
20
},
21
+ "release": {
22
+ "debug": false
23
+ },
24
"repository": {
25
"type": "git",
26
"url": "git+https://github.com/tweenjs/es6-tween.git"
src/dist/Tween.js
@@ -79,6 +79,9 @@ class Tween {
79
80
return this;
81
}
82
+ reversed() {
83
+ return this._reversed;
84
+ }
85
off( name, fn ) {
86
if ( this._events[ name ] === undefined ) {
87
0 commit comments