taglia3 / TGLParallaxCarousel

A lightweight 3D Linear Carousel with parallax effect
MIT License
436 stars 63 forks source link

Accessing Items #3

Closed ellscha closed 7 years ago

ellscha commented 8 years ago

You cannot create new carousels. A solution would be to make the carousel items public rather than a private property. This way, if someone needs to make a new carousel of items, they can removeAll() items in the carousel.

taglia3 commented 7 years ago

Hi ellscha,

items is now 'open'. Feel free to make a pull request if you have any other interesting advices.

Matteo