revolunet / angular-carousel

Mobile friendly AngularJS carousel
http://revolunet.github.io/angular-carousel
MIT License
1.55k stars 705 forks source link

looking for contributors/maintainers #285

Open revolunet opened 9 years ago

revolunet commented 9 years ago

Hi Community :)

Due to lack of time, this project is looking for official maintainers !

There are several challenges to solve, for example :

Add various transitions types : paralax, "itunes"-like carousel,zoom-in..

It's possible to define additional transitions with basic formulas. Would be great to add some fun transitions

Infinite carousel

Angular should be handy to update our collection and add additional slides at start or end of carousel when we reach some limits. When using in conjunction with the buffered carousel, we can have an infinite carousel with no impact on DOM size, cool for mobile :)

Various

Can always be improved

And many other ideas/issues you have.

Just ping me here or submit a cool PR :)

Thanks all

dan-weaver commented 9 years ago

Hi I'd like to start contributing a bit. Need to get my feet wet. Is this a real issue? https://github.com/revolunet/angular-carousel/issues/257. If so I'd like to give it a shot let me know!

revolunet commented 9 years ago

Hey,

I think #257 is not a good way to do, he should prepare the data before and not use ng-if inside the carousel itself

The most annoying bug is the shifty requirejs integration : #270 #265 #254 #218