angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

Different transitions on carousel #6523

Open DrogoNevets opened 7 years ago

DrogoNevets commented 7 years ago

Bug description:

Carousel currently only supports a default transitions for slides. I require a way of customising this (eg slide-left, slide-right, slide-up, slide-down, fade, etc)

This is reproducable by visiting the default exampls for carousel, and looking at the CSS shows no support for other transitions

WVWillHall commented 7 years ago

It just uses css transitions as defined in bootstrap. A google search will result in understanding how to modify the animation from simple transition changes to more complex templating and custom animations.