You are here

constant BackgroundImageInterface::BLUR_SCROLL in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::BLUR_SCROLL
  2. 2.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::BLUR_SCROLL

Only blur the background image after the user has scrolled.

@type int

File

src/BackgroundImageInterface.php, line 43

Class

BackgroundImageInterface
Provides an interface defining a Background Image entity.

Namespace

Drupal\background_image

Code

const BLUR_SCROLL = 1;