Version 3.0.2
What changed
- micro-optimizations for non-mutable transform methods, now they all use
multiply, just like mutable transform methods usemultiplySelf rotateAxisAngle/rotateAxisAngleSelfshould fallback to[0, 0, 0, 0]parameter values if non provided, only throw when any of the 4 values is not a numberfromStringnow uses mutable methods for better performance- updated tests
Overall a little closer to the behavior of native DOMMatrix and a little better performance.
Full Changelog: 3.0.1...3.0.2