foo-baar
foo-baar

Reputation: 1104

Ng-bootstrap Carousel missing sliding effect

Wondering if anyone had luck with it yet,

I am using https://ng-bootstrap.github.io/#/components/carousel/examples#config with my ng-9 and bootstrap4.4 project. works well but doesn't have sliding animation\effect.

Couldn't find a working example anywhere.

Thanks for taking out time.

Upvotes: 1

Views: 143

Answers (2)

foo-baar
foo-baar

Reputation: 1104

Looks like this is not implemented by the ng-bootstrap team yet, I have opened the bug @https://github.com/ng-bootstrap/ng-bootstrap/issues/3718

In the meantime, if anyone looking for a solution, this works well: Customise NG Bootstrap carousel in Angular

Good Luck.

Upvotes: 1

IAfanasov
IAfanasov

Reputation: 4993

ng-bootstrap animation is not implemented yet. It is work in progress: https://github.com/ng-bootstrap/ng-bootstrap/pull/2817

Upvotes: 0

Related Questions