Coverflow slider safari bug
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
@lukeed
I have a coverflow slider with 9 slides and the following settings
```
glSlider = new Bee3D(coversSlider, {
effect: 'coverflow',
focus : 4,
navigation : {
enabled : true
},
listeners: {
keys: true,
touches: true,
clicks: true,
drag: true
},
autoplay : {
enabled : true,
pauseHover : true,
speed : 5000
},
loop : {
enabled : true,
continuous : true,
offset : 3
}
});
```
Whenever the last slide on the left (or right) has to loop around and go behind the other slides to land on the opposite side, it can be seen for a split second through the center of the slider.
I only see this bug on safari, desktop and mobile.
Any ideas on a possible fix for it?
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the Bee3D coverflow configuration in Safari on desktop and mobile, focusing on the last slide looping from one side to the other. Inspect the loop transition and verify that the slide is never visible through the slider center when the fix is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100