Relative Content

Tag Archive for reactjsimage-gallery

ImageGallery independent swping

Well, I have used in my project ImageGallery library and everything works well, although there is one annoying thing. If I want to fast slide between images in component, I need to wait image_count*each_image_slideDuration. IS it possible to ignore slideDuration animation (not remove it), so if user want to slide between images fast, he doesn`t need to wait when animation ends for one image to slide to another.