mujtaba01 / ngx-owl-carousel

An angular2 (4) wrapper for jquery owl-carousel library with dynamic carousel item change detection
MIT License
70 stars 25 forks source link

Blink effect #24

Closed VladislavSamoylenko closed 6 years ago

VladislavSamoylenko commented 6 years ago

Blink effect when new item is added in ngFor array. It is look like that all items in carousel are reloads and then appears

mujtaba01 commented 6 years ago

Yes there is blink effect. This is because on adding items to the array the owl.carousel needs to be reinitialized.

shtaif commented 6 years ago

Yeah, it appears that not only they "blink" as mentioned, but also the carousel is being reset back to the first slide. So even if not considering any Angular here, Owl carousel itself must be initialized anytime a slide is added thus blinking and losing the current active slide index?

TheCodonist commented 6 years ago

so can we add transition when the carousel is reinitialized????

mauricenaef commented 6 years ago

+1 For the transition.. has anybody figured it out so far? Thanks