/**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     $settings = array('animation' => static::ANIMATION_FADE, 'speed' => 500, 'theme' => static::COUNTY_THEME_BLUE, 'background' => '', 'reflection' => 1, 'reflectionOpacity' => 0.2) + parent::defaultSettings();
     return $settings;
 }
 /**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     $settings = array('type' => static::TYPE_AUTO) + parent::defaultSettings();
     return $settings;
 }