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 291df3b commit 9ceefd1Copy full SHA for 9ceefd1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-tween-one",
3
- "version": "2.6.0",
+ "version": "2.6.1",
4
"description": "tween-one anim component for react",
5
"keywords": [
6
"react",
src/TweenOneGroup.jsx
@@ -24,7 +24,7 @@ class TweenOneGroup extends Component {
24
const nextChildren = toArrayChildren(props.children);
25
if (Object.keys($self.isTween).length && !props.exclusive) {
26
$self.animQueue.push(nextChildren);
27
- return;
+ return nextState;
28
}
29
const currentChildren = toArrayChildren($self.currentChildren);
30
nextState.children = $self.changeChildren(nextChildren, currentChildren);
0 commit comments