When using fade, slides are still stacked, meaning links etc on lower slides are inaccessible
未关闭
- 主要语言
- JavaScript
- 星标
- 11.9k
- 派生
- 2.1k
- PR 合并指标
- 30 天内没有已合并 PR
描述
When using the fade options, slides are not actually set to `display: none` their visibility and opacity is just altered. This means that which ever slide is last in the list is the one which is actually clickable. For example, create a slideshow of images with links - https://codesandbox.io/s/7j6j388070 - No matter which slide is shown, you can only ever get to the link on the last slide.
Once a slide isn't visible it needs it's `display` property changing so it doesn't affect the other slides and sit on top of them.
贡献指南
评估
这个 Issue 还没有评估数据。