-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component: Carousel add better playing status support #12706
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Comments
EnricoMessall
added a commit
to Arematics/primeng
that referenced
this issue
Mar 4, 2023
+ Is Playing Status
EnricoMessall
added a commit
to Arematics/primeng
that referenced
this issue
Mar 4, 2023
+ Fixed Allow Autoplay Behaviour
EnricoMessall
added a commit
to Arematics/primeng
that referenced
this issue
Mar 10, 2023
This reverts commit 86b10dc.
EnricoMessall
added a commit
to Arematics/primeng
that referenced
this issue
Mar 10, 2023
This reverts commit d6dea21.
EnricoMessall
added a commit
to Arematics/primeng
that referenced
this issue
Mar 11, 2023
+ Made isPlaying a clear boolean method
EnricoMessall
added a commit
to Arematics/primeng
that referenced
this issue
Mar 25, 2023
+ Fixed Prettier for Carousel
@cetincakiroglu Hey. Is it possible to have a look on this one? The new feature is only the isPlaying Method and everything else is more or less a bug fix when stopping autoplay. Would be nice to include this since i'm using a weird kind of primeng into my own application mix only for this :D |
mertsincan
pushed a commit
that referenced
this issue
Aug 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Describe the feature you would like to see added
At the moment the interval variable is still set after using clearInterval and therefor it is not that good to identify if the carousel is having a interval or not.
This ticket adds ability to get if the carousel is moving by the value "playing" or the method "isPlaying" updating its state by the startAutoplay and stopAutoplay Methods
Is your feature request related to a problem?
No response
Describe the solution you'd like
No response
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: