Exemplo n.º 1
0
 /**
  * Sets the default scrolling style.
  *
  * @param  string $scrollingStyle
  */
 public static function setDefaultScrollingStyle($scrollingStyle = 'Sliding')
 {
     static::$defaultScrollingStyle = $scrollingStyle;
 }
Exemplo n.º 2
0
 /**
  * Sets the default Scrolling Style
  *
  * @param string $style string 'all' | 'elastic' | 'sliding' | 'jumping'
  */
 public static function setDefaultScrollingStyle($style)
 {
     static::$defaultScrollingStyle = $style;
 }