tween.js
tween.js copied to clipboard
fix : freeze easing objects
Related Issues
Properties of Easing object can reassignment #610 Add unit test for easing function #608 comment
Purpose of this Pull Request
This PR is to block any reassignment of Easing objects.
Details of the changes
- Freeze Easing object.
- Add unit test.