You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior
When you hover over carousel items in my Codesandbox example they become hidden after their transition plays. Removing the transition css on Line 79 fixes it. Looks like it's because it's triggering p-items-hidden to appear on the p-carousel-items-container div.
Expected behavior
Using transitions on carousel children shouldn't break the carousel.
The text was updated successfully, but these errors were encountered:
mertsincan
changed the title
[Bug Report] Using the transition property on elements inside Carousel causes items become hidden
Using the transition property on elements inside Carousel causes items become hidden
Dec 13, 2021
Codesandbox Example
https://codesandbox.io/s/primereact-test-forked-mf7qu?file=/src/index.js:1587-1614
Current behavior
When you hover over carousel items in my Codesandbox example they become hidden after their transition plays. Removing the transition css on Line 79 fixes it. Looks like it's because it's triggering
p-items-hidden
to appear on thep-carousel-items-container
div.Expected behavior
Using transitions on carousel children shouldn't break the carousel.
The text was updated successfully, but these errors were encountered: