That is the correct behavior. onUpdate fires on every frame of the animation. If you want change detection, you'll have to do that yourself in the onUpdate callback, or by making your object observable.   See the Pen 085c2fac0fe6914d36526170cd47d0c8?editors=0011 by osublake (@osublake) on CodePen    
    • Like
    5