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

Mobile friendly AngularJS carousel

Results 101 angular-carousel issues
Sort by recently updated
recently updated
newest added

point the local dist directory

Is there any chance to modify rn-carousel-duration value for swipe slide change only? My application uses slightly high value of rn-carousel-duration about 2.5sec which mess up swiping through slides because...

Hello, is it possible to make the transition/animation go continuously and smooth? (Like a news ticker) from right to left. Thanks

Hello, It seems that you forgot to specify the option "rn-swipe-disabled" in the documentation, I found it here https://github.com/revolunet/angular-carousel/blob/master/src/directives/rn-carousel.js#L219 Thank you !

discovered a bug while using angular-carousel... Say I create a mobile layout with a full screen slider that stretches according to the mobile device dimensions... Then I include some content...

My bower.json: ``` javascript { "name": "blue", "version": "0.0.0", "dependencies": { "angular": "1.3.1", "json3": "~3.3.1", "es5-shim": "~3.1.0", "bootstrap-sass-official": "~3.2.0", "angular-sanitize": "1.3.1", "angular-animate": "1.3.1", "angular-touch": "1.3.1", "restangular": "~1.4.0", "ui-bootstrap": "~0.11.2", "ui-router":...

bug

Hi, I recently included the plugin to my angular project. The plugin worked fantastic in my desktop and chrome browser in iOs mobile. I am using this for a pop...

Can any one suggest me how to use this in material angular. Thank you in advance..

… one click (usefull for multiple item carousels). For it to work it is required to add additional attribute: rn-carousel-items-per-slide=slide_amount_per_click (better to use together with rn-carousel-controls). For reference please see...

Hello, I'm using this on a web site. And the slide experience on mobile phone is great. However, user need to pinch and zoom a lot. It is possible to...