honey32
Results
4
comments of
honey32
maybe using `Math.round` like ```ts style( list, 'transform', `translate${ resolve( 'X' ) }(${ Math.round(destination) }px)` ); ``` will solve this problem https://github.com/Splidejs/splide/blob/d7e1f08e6b4f4b02a7c6ccbfbeb2d569d85715e6/src/js/components/Move/Move.ts#L125
I'll make PR soon. (maybe today)
please fix conflict