Ildar Sagdejev

Results 122 comments of Ildar Sagdejev

It seems like you could start the progress bar at the same time you set the carousel in motion, and update it on the `onRendered` event. You know how many...

I would bind the **[onRendered](https://github.com/specious/cloud9carousel/tree/70341357ea59665d9fe39530afac8bd5598a4c7d#event-callbacks)** event to a function that sets the opacity of each carousel item based on the total number of items and the value returned by **floatIndex()**.

See #14 for how to interface with individual items.

I'm not an expert on Angular 2 integration. If you try it, let us know!

I'm curious to know if there are similar carousels based on other technologies. However, this one is a jQuery plugin at its very core.

It would open up major possibilities if there was functionality to modify the carousel's item collection on the fly. I'm not sure, right offhand, how to properly go about implementing...

Maybe the carousel could be made to be configurable to have a general orientation that is not predefined. I would add an `orientation` parameter and add that angular offset to...

I think this amounts to the same feature consideration as #27.

The carousel supports any HTML element as an item, so just use the `cloud9-item` class on the `a` tag. Clicking the item when it's in the background will bring it...

I think that making it possible to provide a custom transform function that `renderItem()` could invoke, if provided, to modify the attributes of the item, within the context of the...