New version 0.8.18 causes slider to jump
See original GitHub issueWhen we update to the newest version 0.8.18, it causes our slider to jump strangely between images.
Here is the settings that we are using:
<ImageGallery
items={items}
showThumbnails={false}
showFullscreenButton={false}
showPlayButton={false}
showBullets={false}
showIndex={false}
onSlide={currentIndex => setCaseIndex(currentIndex)}
/>
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Issue with toggling between galleries on same page #422
In example below this causes second gallery to appear without any image ... Jump to bottom ... New version 0.8.18 causes slider to...
Read more >Accessible Touch-friendly Range Slider Plugin - noUiSlider
noUiSlider is a Lightweight and Customisable plugin for creating really ... 024, // Forces the slider to jump between the specified values ...
Read more >Avoid jump on loading - WordPress.org
Hello, How to avoid the vertical “jump” when loading the smart slider? ... It would just cause the jump (and a rescale the...
Read more >Revolution Slider jumping on load - Support - Themeco Forum
It is definitely the parallax effect causing the issue. Is there a way to fix this so it doesn't jump, or do I...
Read more >Game Maker's Toolkit on Twitter: "Platformer Toolkit just got ...
Platformer Toolkit just got updated to Version 1.1 Linux Version ⚒️ New tools (turn speed, instant move, variable jump slider) Save and load...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@yasserzubair updating the prop for
showThumbnails
should not cause a reset to where the slide is. Changing theitems
prop will. You can test this out on the demo page.No I can’t. I think it might be related to
items
always being a new instance in our case.