This PR refactors the AnimatedAttributeHelper class to improve type safety, and fixes a significant performance issue where animated attribute handlers would be repeatedly called with an unchanged value.
What kind of changes does your PR introduce? (check at least one)
[x] Bugfix
Does your PR introduce a breaking change? (check one)
This PR refactors the
AnimatedAttributeHelper
class to improve type safety, and fixes a significant performance issue where animated attribute handlers would be repeatedly called with an unchanged value.What kind of changes does your PR introduce? (check at least one)
Does your PR introduce a breaking change? (check one)
Does your PR fulfill the following requirements?