dipeshrai123/react-ui-animate

V3 - Refactor and re-implement the `animatable` boolean added to getAnimatableObject

Closed this issue · 0 comments

Currently, the animatable property is added when called getAnimatableObject function, and is only limited to string and numbers. We want to check the value can be interpolated or not on the go inside the onUpdate function, so, lets re-implement that.