Closed veke closed 9 years ago
During an animation sub-pixel values are ok(even preferable, it often looks smoother), but when the animation is finished the position should be very close to 374 in your case. So something is not working correctly there right now. I will have a look into it. Thanks!
Ok. Let's see if you find something.
Btw, are you using spring easings? I see that it might be an issue there with the end state.
Yes I am.
I found the bug, it's fixed in master now. A new release is coming in the next few days as well.
Much better now. Thanks. A little mismatch in the options name and the actual option in the code: Documentation page: springDeaccelaration In the code: springDeceleration
Great! And good catch, will update the documentation.
The translate3d matrix has half-pixel values...that causes text blurriness on chrome. Not sure if this is really an issue. But in my case I rounded the values in matrixToCSS function to nearest integer to solve the problem. Im not sure either why sbabbt makes full integer values to such a long floats. Example position: [0, 374, 0] is 374.2063598633 in the matrix.