add break cb

This commit is contained in:
ntr 2019-07-23 17:18:56 +10:00
parent 420b3b71e9
commit 12ff5aec66

View File

@ -107,6 +107,7 @@ class Break extends Component {
for (let i = this.animations.length - 1; i >= 0; i--) { for (let i = this.animations.length - 1; i >= 0; i--) {
this.animations[i].reset(); this.animations[i].reset();
} }
this.props.animCb();
} }
} }