sigma.js
sigma.js copied to clipboard
animateNodes improvements
- [x] check that easing is not buggy (precision issues?)
- [x] better typings for easings
- [x] compare with animation code from the camera
- [ ] optimize
check that easing is not buggy (precision issues?)
What do you mean exactly? Like checking that f(0) === 0 and f(1) === 1?