- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 443
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Checks
- Not a duplicate.Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussionsTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Version
4.1.4
Description
Splide with direction: ttb and type: 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
- Set
directiontottb - Set
typetofade
Expected Behaviour
2nd+ slide is visible when navigating to it.
Setting the height and heightRatio does not help either.
hisashi-kamada-at-advance-jpn, dkjensen, McLamy, jacobmcmichael, 79ho3ein and 1 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Activity
dkjensen commentedon Apr 27, 2023
Currently experiencing the same thing on a project I am working on
gmqiyue commentedon Jun 8, 2023
The issue is located in Fade.ts. The transform is set to translateX and is not configured based on the direction option.
jennlee20 commentedon Oct 28, 2024
Same problem when
directionisrtlfix(transition): Fix Splide initialization failure when type is `fade…
fix(transition): Fix Splide initialization failure when type is `fade…