Reputation: 13
Need to create a carousel for 3 divs containing different information, the carousel should show the current active element and should also show the beginning of the next slide,please suggest a solution to do this is the proper way. Thanks in advance.
Upvotes: 0
Views: 247
Reputation: 2069
You can try hexagon which somewhat like your expectation.
rn-carousel-transition : hexagon;
See the demo http://blog.revolunet.com/angular-carousel/
https://github.com/revolunet/angular-carousel
Upvotes: 0