Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 issue when delay could accept NaN or Infinity values
In some cases, when animateProperty() is called with bizarr values, delay() method could accept NaN or Infinity values. This fix adds additional check isFinite() to make sure that we can delay required amount of time.
- Loading branch information