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
{{ message }}
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.
Is it possible to add custom css to make the middle item highlight in the 3 grid list . Need the middle item highlight all the time( While cliking on arrows and sliding)
Thanks,
Vishnu Priya
The text was updated successfully, but these errors were encountered:
<ngx-carousel[inputs]="carouselBanner"[moveToSlide]="2"(onMove)="onmoveFn($event)"(carouselLoad)="loadItemsFn()"(afterCarouselViewed)="afterCarouselViewedFn($event)"></ngx-carousel>
In your typescript
/* It will be triggered on every slide*/
onmoveFn(data: NgxCarouselStore) {console.log(data);data.visibleItems.startdata.visibleItems.end//based on the start and end find the middle item and add your class}
‘‘‘
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is it possible to add custom css to make the middle item highlight in the 3 grid list . Need the middle item highlight all the time( While cliking on arrows and sliding)
Thanks,
Vishnu Priya
The text was updated successfully, but these errors were encountered: