-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
First Carousel slides into view even though transition set to 'crossfade' #213
Comments
@baloo32 Thanks for the heads-up!
|
Hi, yes this is fixed now - thanks very much... |
We cannot reproduce your issue here (ie. subsequent items appear on top of the previous item with no 'slide' animation). |
Carousel_Slide_Transition.mp4Attached recording of the |
Feel free to clone the attached example and share a modified Stackblitz link. https://stackblitz.com/edit/coreui-angular-carousel-zz87p8dx?file=src%2Fapp%2Fapp.component.html |
Forked with error reproduced: If the |
For the |
@baloo32 |
Confirmed - adding |
After upgrading
"@coreui/angular": "~5.3.8"
to"@coreui/angular": "~5.3.10"
I've noticed on the first display of a carousel item, the initial slide is animated in from the right hand side.The element is added as
<c-carousel [interval]="interval" [dark]="true" [animate]="true" [transition]="'crossfade'">
and previous version the first slide would just appear in the initial location. Subsequent transitions to other slides correctly crossfade to the next option.During second and subsequent transitions:
Tested Windows 11 in
Chrome Version 132.0.6834.160 (Official Build) (64-bit)
Firefox 134.0.2 (64-bit)
MS Edge Version 132.0.2957.140 (Official build) (64-bit)
All browser exhibit same behaviour.
Project is Angular 19 (latest), dependencies below:
The text was updated successfully, but these errors were encountered: