Given
<div {{bindAttr class="test"}}>
When the computed property test is updated but its value stays the same, the test CSS class is removed and added. This creates a problem when the class has CSS animations, as re adding the class restarts the animation. Is there a way to not remove and add the class if it's already part of the element?