Carousel or Galleria component autoplay will stop after click any step and can't re-autoplay again #12949
Labels
Type: New Feature
Issue contains a new feature or new component request
Milestone
Describe the bug
Carousel or Galleria component autoplay will stop after click any step and can't re-autoplay again.
<p-galleria [(value)]="images" [autoPlay]="true" [circular]="true" [responsiveOptions]="responsiveOptions" [numVisible]="5" [containerStyle]="{ 'max-width': '640px' }">
<img [src]="item.itemImageSrc" style="width: 100%;" />
<img [src]="item.thumbnailImageSrc" />
no matter click any where . autoplay will stop.
can try in the website https://primeng.org/galleria#autoplay
Environment
win 10
Reproducer
No response
Angular version
15.0.2
PrimeNG version
14.2.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
15.13
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: