basil baby
basil baby

Reputation: 13

Angular carousel for 3 or more div tags

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

Answers (1)

Shafeeque
Shafeeque

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

Related Questions