Commit 1bd58945 by Crisu83

changed BootCarousel to enable transitions when called (fixes #56)

parent 10e1bbfe
......@@ -42,7 +42,9 @@ class BootCarousel extends BootWidget
else
$this->htmlOptions['class'] = $cssClass;
Yii::app()->bootstrap->registerCarousel();
$bootstrap = Yii::app()->bootstrap;
$bootstrap->registerCarousel();
$bootstrap->enableTransitions(); // Carousel requires transitions to work.
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment