This module provides animated backgrounds for your components.
Optionally you can set media queries.
- The module can be installed via the standard Drupal installation process.
- It will create a new Paragraph bundle.
- Add this Paragraph bundle to a field_modifiers field on an entity (Block or Paragraph) or onto a field on a Look.
- Install required library by one of these 2 options:
- Download Vanta library (version 0.5.21 is recommended).
- Place unpacked library in your libraries folder.
- Copy the following into your project's composer.json file.
"repositories": [
{
"type": "package",
"package": {
"name": "tengbao/vanta",
"version": "0.5.21",
"dist": {
"type": "zip",
"url": "https://github.com/tengbao/vanta/archive/9b62dcf55b58019b6662e8e9b83d8cec78f04a03.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "drupal-library"
}
}
]
- Ensure you have following mapping inside your composer.json.
"extra": {
"installer-paths": {
"libraries/{$name}": ["type:drupal-library"]
}
}
- Run following command to download required libraries.
composer require tengbao/vanta
This module is maintained by developers at Morpht. For more information on the company and our offerings, see morpht.com.