We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1.4
Splide with direction: ttb and type: fade only shows the first slide. Navigating to the 2nd+ slide does not show the active slide.
direction: ttb
type: fade
https://jsfiddle.net/zy7dj0nv/2/
direction
ttb
type
fade
2nd+ slide is visible when navigating to it.
Setting the height and heightRatio does not help either.
height
heightRatio
The text was updated successfully, but these errors were encountered:
Currently experiencing the same thing on a project I am working on
Sorry, something went wrong.
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
rtl
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: