ng-image-slider
ng-image-slider copied to clipboard
Implement Infinite Scrolling for Slider-Lightbox
Implement Infinite Scrolling for Slider-Lightbox
Summary:
This update introduces infinite scrolling functionality to the slider-lightbox component.
Changes:
- If the "Previous" button is pressed while viewing the first image, the slider will now show the last image.
- If the "Next" button is pressed while viewing the last image, the slider will now show the first image.
- These behaviors are activated when the
infinitevariable is set totrue.
Details:
-
Previous Button Behavior:
- When the first image is displayed and the "Previous" button is clicked, the slider will navigate to the last image.
-
Next Button Behavior:
- When the last image is displayed and the "Next" button is clicked, the slider will navigate to the first image.
Please review the changes and let me know if there are any questions or concerns.
Thank you!