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 58e6dd3 commit ff0995bCopy full SHA for ff0995b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-tween-one",
3
- "version": "2.2.19",
+ "version": "2.2.20",
4
"description": "tween-one anim component for react",
5
"keywords": [
6
"react",
src/Tween.js
@@ -399,6 +399,7 @@ p.resetDefaultStyle = function () {
399
Object.keys(this.startDefaultData).forEach(key => {
400
if (!(key in defaultData({}, 0))) {
401
this.target.setAttribute(key, this.startDefaultData[key]);
402
+ this.computedStyle = null;
403
}
404
});
405
};
0 commit comments