Open ehrig opened 1 year ago
Currently experiencing the same thing on a project I am working on
The issue is located in Fade.ts. The transform is set to translateX and is not configured based on the direction option.
Same problem when direction
is rtl
Checks
Version
4.1.4
Description
Splide with
direction: ttb
andtype: fade
only shows the first slide. Navigating to the 2nd+ slide does not show the active slide.Reproduction Link
https://jsfiddle.net/zy7dj0nv/2/
Steps to Reproduce
direction
tottb
type
tofade
Expected Behaviour
2nd+ slide is visible when navigating to it.
Setting the
height
andheightRatio
does not help either.