revolunet / angular-carousel

Mobile friendly AngularJS carousel
http://revolunet.github.io/angular-carousel
MIT License
1.55k stars 705 forks source link

RTL Support #413

Open yehiasalam opened 8 years ago

yehiasalam commented 8 years ago

I suppose there is not RTL support. in the current implementation.

revolunet commented 8 years ago

not builtin sorry but you could have something like carouselIndex=images.length initialy ?

yehiasalam commented 8 years ago

that was fast :smile: , what about transitions, is it modifiable by css?

revolunet commented 8 years ago

transitions are defined by JS, a few examples here : https://github.com/revolunet/angular-carousel/blob/master/src/directives/rn-carousel.js#L75