angular-carousel icon indicating copy to clipboard operation
angular-carousel copied to clipboard

RTL Support

Open yehiasalam opened this issue 7 years ago • 3 comments

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

yehiasalam avatar Aug 15 '16 14:08 yehiasalam

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

revolunet avatar Aug 15 '16 14:08 revolunet

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

yehiasalam avatar Aug 15 '16 14:08 yehiasalam

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

revolunet avatar Aug 15 '16 14:08 revolunet