Hi,
Is it possible add a loader anomation for owl-carousel loading images?
On plugins.carousel.js there is:
onInitialized: function(){
SEMICOLON.slider.sliderDimensions({ 'parent': element.parents('.slider-element') });
SEMICOLON.initialize.lightbox({ 'parent': element });
SEMICOLON.widget.hoverAnimation({ 'parent': element });
SEMICOLON.widget.loadFlexSlider({ 'parent': element });
SEMICOLON.widget.counter({ 'parent': element });
SEMICOLON.widget.progress({ 'parent': element });
SEMICOLON.initialize.resizeVideos();
if( element.find('.owl-dot').length > 0 ) {
element.addClass('with-carousel-dots');
}
}but I don't know if there are options for doing this.
How are these options (progress, lightbox..) used?
Thanks.
B.
