question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New version 0.8.18 causes slider to jump

See original GitHub issue

When 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:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
xiaolincommented, Aug 8, 2019

@yasserzubair updating the prop for showThumbnails should not cause a reset to where the slide is. Changing the items prop will. You can test this out on the demo page.

1reaction
finnpcommented, Jul 16, 2019

No I can’t. I think it might be related to items always being a new instance in our case.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found