Skip to content

Commit

Permalink
Fixes bug prateekbh#3 reversed animations
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzelm3 committed Jul 15, 2017
1 parent c5d6337 commit d2ee551
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Components/LiquidRoute/LiquidAnimator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ export default class LiquidAnimator extends Component {
animation.animation,
animationOptions
).onfinish = () => {
const reversedAnimation = animation.animation.reverse();
this.container.animate(reversedAnimation, {
duration: 1,
fill: 'forwards'
});
cb();
};
}
Expand Down

0 comments on commit d2ee551

Please sign in to comment.