I'm trying to understand what was the goal of the below javascript(mini version) and how to rewrite in simple javascript which is easily understand by anyone.
Note: isAnimating can be any arbitrary function.
next: function(){
0 == this.$.animator.isAnimating() && this.inherited(arguments);
}