NO BUG: Transform translate X/Y not work as expected in nestable slider

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hi,

If you use Translate X/Y for arrow icons in a nestable slider, it doesn’t work as expected.

Hi Victor,
That’s right, since there is already a transform applied (on the prev button), coming from the splidejs defaults:

If you change the transform, you override both the translate and scale defaults, and must adapt them accordingly (especially the scale).

Best regards,
timmse

1 Like